You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
Description: Background Manager allows you to display a random image as the website background at each visit or as a timed slideshow, without the need to edit the theme.
Version: 1.2.5.2
Author: Mike Green (Myatu)
Author URI: http://myatus.com/
*/
/* Direct call check */
if (!function_exists('add_action')) return;
/* Bootstrap */
$_pf4wp_file = __FILE__;
$_pf4wp_version_check_wp = '3.2.1'; // Min version for WP
require dirname(__FILE__).'/vendor/pf4wp/lib/bootstrap.php'; // use dirname()!
if (!isset($_pf4wp_check_pass) || !isset($_pf4wp_ucl) || !$_pf4wp_check_pass) return;