SCHWEIS
Server: LiteSpeed
System: Linux server264.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: jesuufbs (4274)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/jesuufbs/pete-houghton.uk/wp-content/plugins/insert-html-snippet/direct_call.php
<?php
if ( ! defined( 'ABSPATH' ) ) 
	exit;
	
function xyz_ihs_plugin_query_vars($vars) {
	$vars[] = 'wp_ihs';
	return $vars;
}
add_filter('query_vars', 'xyz_ihs_plugin_query_vars');


function xyz_ihs_plugin_parse_request($wp) {
	/*confirmation*/
	if (array_key_exists('wp_ihs', $wp->query_vars) && $wp->query_vars['wp_ihs'] == 'editor_plugin_js') {
		require( dirname( __FILE__ ) . '/editor_plugin.js.php' );
		die;
	}
	
}
add_action('parse_request', 'xyz_ihs_plugin_parse_request');