/home/sitetest/makie/homedir/public_html/wp-content/plugins/responsive-menu/v4.0.0
NameSizeModeActions
assets/-0755rm
inc/-0755rm
languages/-0755rm
libs/-0755rm
templates/-0755rm
themes/-0755rm
.babelrc430644editdlrm
.distignore2530644editdlrm
.editorconfig6310644editdlrm
.eslintignore560644editdlrm
.eslintrc.json8010644editdlrm
.gitignore940644editdlrm
.stylelintrc9800644editdlrm
package-lock.json5650080644editdlrm
package.json24300644editdlrm
postcss.config.js4400644editdlrm
uninstall.php25890644editdlrm
webpack.config.js20180644editdlrm
Edit: /home/sitetest/makie/homedir/public_html/wp-content/plugins/responsive-menu/v4.0.0/uninstall.php (2589B)
setup_hooks(); } /** * To setup action/filter. * * @return void */ protected function setup_hooks() { add_filter( 'get_available_theme_settings', [ $this, 'update_resources' ],10, 2 ); } /** * Function to update the dynamic optins and resource for theme. * * @since 2.0.0 * @return array */ public function update_resources( $options, $theme_name ) { if ( 'Simple red theme' == $theme_name ) { $options['menu_title_image'] = RMP_PLUGIN_URL_V4 . '/themes/simple-red-free/person.png'; } return $options; } } //Initiate the theme object. Simple_Red_Theme::get_instance();