/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/wp-pagenavi/scb
NameSizeModeActions
AdminPage.php127590644editdlrm
BoxesPage.php72360644editdlrm
composer.json6310644editdlrm
Cron.php49980644editdlrm
Forms.php220530644editdlrm
Hooks.php22930644editdlrm
load-composer.php2100644editdlrm
load.php22750644editdlrm
Options.php39090644editdlrm
PostMetabox.php70710644editdlrm
Table.php12420644editdlrm
Util.php102970644editdlrm
Widget.php26680644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/wp-pagenavi/scb/Table.php (1242B)
name = $name; $this->columns = $columns; $this->upgrade_method = $upgrade_method; scb_register_table( $name ); if ( $file ) { scbUtil::add_activation_hook( $file, array( $this, 'install' ) ); scbUtil::add_uninstall_hook( $file, array( $this, 'uninstall' ) ); } } /** * Installs table. * * @return void */ public function install() { scb_install_table( $this->name, $this->columns, $this->upgrade_method ); } /** * Uninstalls table. * * @return void */ public function uninstall() { scb_uninstall_table( $this->name ); } }