PHP code example of mrkoopie / wp_wrapper

1. Go to this page and download the library: Download mrkoopie/wp_wrapper 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/ */

    

mrkoopie / wp_wrapper example snippets


composer 



use MrKoopie/WP_wrapper/WP_wrapper;

echo WP_wrapper::print_r('Y',1);



class WP_wrapper extends MrKoopie/WP_wrapper/WP_Wrapper {};