░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/cultivarts/wp-content/plugins/seo-ultimate/modules/misc
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: misc.php
<?php /** * Miscellaneous Module * * @since 5.8 */ if (class_exists('SU_Module')) { class SU_Misc extends SU_Module { static function get_module_title() { return __('Miscellaneous', 'seo-ultimate'); } static function get_menu_title() { return __('Miscellaneous', 'seo-ultimate'); } static function get_menu_pos() { return 30; } function admin_page_contents() { echo "\n\n<div class='row'>\n"; if ($this->should_show_sdf_theme_promo()) { echo "\n\n<div class='col-sm-8 col-md-9'>\n"; } else { echo "\n\n<div class='col-md-12'>\n"; } echo '<p>' . __('The Miscellaneous page contains modules that don’t have enough settings to warrant their own separate admin pages.', 'seo-ultimate') . '</p>'; $this->children_admin_pages_form(); echo "\n\n</div>\n"; if ($this->should_show_sdf_theme_promo()) { echo "\n\n<div class='col-sm-4 col-md-3'>\n"; $this->promo_sdf_banners(); echo "\n\n</div>\n"; } echo "\n\n</div>\n"; } } } ?>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 index.php
PHP
75 B
2016-12-07 07:10
EDIT
📄 misc.php
PHP
997 B
2016-12-07 07:10
EDIT