/
home
/
techb158
/
balacoffee.com
/
wp-content
/
plugins
/
polylang-pro-1
/
integrations
/
admin-columns
/
/home/techb158/balacoffee.com/wp-content/plugins/polylang-pro-1/integrations/admin-columns
mkdir
upload
Name
Size
Mode
Actions
cpac.php
1891
0644
edit
dl
rm
load.php
357
0644
edit
dl
rm
Edit:
/home/techb158/balacoffee.com/wp-content/plugins/polylang-pro-1/integrations/admin-columns/load.php
(357B)
<?php /** * @package Polylang-Pro */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. }; add_action( 'after_setup_theme', function() { if ( did_action( 'pll_init' ) && ( defined( 'AC_FILE' ) || defined( 'ACP_FILE' ) ) ) { add_action( 'admin_init', array( PLL_Integrations::instance()->cpac = new PLL_CPAC(), 'init' ) ); } } );
Save
cmd:
run