Update mu-plugin data

This commit is contained in:
Tetrakern 2024-06-28 12:43:41 +02:00
parent 8585eb8152
commit 0eeba62a82
2 changed files with 3 additions and 2 deletions

View File

@ -900,7 +900,7 @@ function fictioneer_get_mu_plugin_data() {
'filename' => 'fictioneer_002_elementor_control.php', 'filename' => 'fictioneer_002_elementor_control.php',
'name' => _x( 'Fictioneer Elementor Control', 'Theme mu-plugin.', 'fictioneer' ), 'name' => _x( 'Fictioneer Elementor Control', 'Theme mu-plugin.', 'fictioneer' ),
'description' => _x( 'Disables the Elementor plugin on all pages except those with a Canvas page template. Since Elementor consumes a lot of server resources, limiting it to actual use cases is sensible. However, this makes the plugin unavailable anywhere else on the frontend.', 'Theme mu-plugin.', 'fictioneer' ), 'description' => _x( 'Disables the Elementor plugin on all pages except those with a Canvas page template. Since Elementor consumes a lot of server resources, limiting it to actual use cases is sensible. However, this makes the plugin unavailable anywhere else on the frontend.', 'Theme mu-plugin.', 'fictioneer' ),
'version' => '1.0.0', 'version' => '1.0.1',
'update' => false, 'update' => false,
'active' => false 'active' => false
) )

View File

@ -2,7 +2,7 @@
/** /**
* Plugin Name: Fictioneer Elementor Control * Plugin Name: Fictioneer Elementor Control
* Description: Disables Elementor on all pages except for the Canvas templates. * Description: Disables Elementor on all pages except for the Canvas templates.
* Version: 1.0.0 * Version: 1.0.1
* Author: Tetrakern * Author: Tetrakern
* Author URI: https://github.com/Tetrakern * Author URI: https://github.com/Tetrakern
* License: GNU General Public License v3.0 or later * License: GNU General Public License v3.0 or later
@ -49,6 +49,7 @@ function fictioneer_mu_002_get_post_id() {
* Add filter to remove Elementor if not on a Canvas page template * Add filter to remove Elementor if not on a Canvas page template
* *
* @since 1.0.0 * @since 1.0.0
* @since 1.0.1 - Allow Elementor in Customizer.
*/ */
function fictioneer_elementor_control() { function fictioneer_elementor_control() {