PHP code example of devgeniem / wp-oopi
1. Go to this page and download the library: Download devgeniem/wp-oopi 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/ */
devgeniem / wp-oopi example snippets
$oopi_id_prefix = \Geniem\Oopi\Settings::get( 'id_prefix' );
define( 'OOPI_TRANSIENT_EXPIRATION', MONTH_IN_SECONDS );
define( 'OOPI_IGNORE_SSL', true );