wp_stateless_restrict_compatibility
wp_stateless_restrict_compatibility
Appears in: wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: filter
See hook in action
Displaying hooks found in version: wp-stateless.4.1.2apply_filters('wp_stateless_restrict_compatibility') is found 1 times:
- /lib/classes/class-compatibility.php line 41
protected $is_internal = false; public function __construct() { // Prevent conflict between internal built-in compatibility modules and addon plugins $restrict = apply_filters('wp_stateless_restrict_compatibility', false, $this->id, $this->is_internal); if ($restrict) { $this->enabled = false; return; }