' . PHP_EOL;
echo '' . PHP_EOL;
}, 0);
/**
* Add client script
*/
add_action('wp_footer', function(){
echo '' . PHP_EOL;
});
/**
* Register widgets
*/
add_action('widgets_init', function() {
require 'widgets/placement.php';
register_widget( 'AdsInserter_Placement_Widget' );
});