PHP code example of billerickson / be-media-from-production

1. Go to this page and download the library: Download billerickson/be-media-from-production library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

billerickson / be-media-from-production example snippets


define( 'BE_MEDIA_FROM_PRODUCTION_URL', 'https://www.billerickson.net' );

add_filter( 'be_media_from_production_url', function() {
	return 'https://www.billerickson.net';
});