Changeset 2422301
- Timestamp:
- 11/20/2020 12:12:58 PM (5 years ago)
- Location:
- mowomo-no-default-fullscreen-mode
- Files:
-
- 4 added
- 3 edited
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.jpg (added)
-
assets/icon-256x256.jpg (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/admin/functions.php (modified) (1 diff)
-
trunk/mowomo-no-default-fullscreen-for-gutenberg.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mowomo-no-default-fullscreen-mode/trunk/README.txt
r2355930 r2422301 1 1 === mowomo no default fullscreen mode === 2 Contributors: mowomo 2 Contributors: mowomo, victorsaenztm, pablomiralles, mercedes-blogalizate, blogalizate, pedromcj95 3 3 Tags: gutenberg, fullscreen 4 Requires at least: 4.05 Tested up to: 5. 44 Requires at least: 5.0 5 Tested up to: 5.5.3 6 6 Stable tag: trunk 7 7 Requires PHP: 5.4 … … 12 12 13 13 == Description == 14 From WordPress 5.4 onwards, when accessing the WordPress administrator, we see that it does so in "full screen" mode by default and if you don't want to work that way, you can deactivate it, but it is very unusable, as well as confusing for novice users. 14 15 16 Therefore, if you want to get rid (yourself or your clients) of the annoying "full screen" of the WordPress administrator and get back to the default sidebar, with our "mowomo no default fullscreen mode" plugin you can now and very easily. 17 18 Whenever you want to go back to full screen mode you can do it, don't worry. 15 19 16 20 17 21 == Installation == 18 22 23 1. Upload the plugin folder to the `/wp-content/plugins/` directory or install the plugin through the WordPress plugin panel. 19 24 25 2. Activate the plugin in the "Plugins" WordPress section. 20 26 21 == Frequently Asked Questions == 22 23 24 == Screenshots == 25 26 27 == Changelog == 28 29 30 == Upgrade Notice == 31 27 3. Check Gutenberg editor -
mowomo-no-default-fullscreen-mode/trunk/includes/admin/functions.php
r2355930 r2422301 13 13 } 14 14 }"); 15 return true; 15 16 } 16 17 add_action( 'enqueue_block_editor_assets', 'mwm_diable_full_screen_guten' ); -
mowomo-no-default-fullscreen-mode/trunk/mowomo-no-default-fullscreen-for-gutenberg.php
r2355930 r2422301 3 3 * Plugin Name: mowomo no default fullscreen mode 4 4 * Description: Simple plugin to disable the default fullscreen option in the Gutenberg editor 5 * Version: 1. 0.05 * Version: 1.1 6 6 * Author: mowomo 7 7 * Author URI: https://www.mowomo.com … … 14 14 if ( !defined( 'mwm_no_guten_full_NAME' ) ) define( 'mwm_no_guten_full_NAME', 'mowomo no default fullscreen for Gutenberg ' ); 15 15 if ( !defined( 'mwm_no_guten_full_SLUG' ) ) define( 'mwm_no_guten_full_SLUG', 'mwm_no_guten_full' ); 16 if ( !defined( 'mwm_no_guten_full_VER' ) ) define( 'mwm_no_guten_full_VER', '1. 0.0' );16 if ( !defined( 'mwm_no_guten_full_VER' ) ) define( 'mwm_no_guten_full_VER', '1.1' ); 17 17 if ( !defined( 'mwm_no_guten_full_TD' ) ) define( 'mwm_no_guten_full_TD', mwm_no_guten_full_SLUG . '_textdomain' ); 18 18 if ( !defined( 'mwm_no_guten_full_FILE' ) ) define( 'mwm_no_guten_full_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.