]> _ Git - couzy.git/blob
f444d6e793f84f9ec64ac6f6745862aa4ac7e6c7
[couzy.git] /
1 <?php
2
3 if( is_admin() ) {
4
5         // Instantiate license class
6         $license_manager = new Yoast_Theme_License_Manager( new Sample_Product() );
7
8         // Setup the required hooks
9         $license_manager->setup_hooks();
10
11 }