How to Disable Fullscreen Editor in WordPress

[agentsw ua=’pc’]

Do you want to disable the fullscreen editor in WordPress?

After the update, WordPress 5.4 now opens the post and page editor in fullscreen mode by default. While this distraction-free mode offers a clean and easy to use experience, some users may want to go back to the regular compact view.

In this article, we’ll show you how to easily disable the fullscreen editor in WordPress.

disablefullscreenmode og

Why WordPress Switched to Fullscreen Mode for The Editor?

WordPress introduced a new editor called The Block Editor (aka Gutenberg) in WordPress 5.0. This new editor allow users to use blocks for common elements and create beautiful content layouts.

It also mimics how your article or pages will look by using the same fonts and colors as your WordPress theme.

However, an admin menu on the left and one on top made it look a bit cluttered. There were just too many options on the screen, which you don’t need if you are focusing on writing content.

WordPress editor without fullscreen mode

To deal with this, the WordPress core team decided to make the editor fullscreen by default, so users can have a distraction-free writing experience.

Fullscreen editor in WordPress

Now, it’s important to note that this fullscreen mode is nothing new. It was already there, and users were able to turn it on / off.

What’s changed now is that the fullscreen mode will now be the default view when writing posts in WordPress.

How to Disable The Fullscreen Mode for WordPress Editor (Easy Way)

It is super easy to turn off the fullscreen mode for block editor in WordPress.

Simply edit a post or page and click on the three-dot menu on the top-right corner of the screen. This will display the settings menu for the post editor.

From here, you simply need to click on the ‘Fullscreen Mode’ to turn it off.

Turn off fullscreen mode in WordPress

Post editor will instantly exit the fullscreen mode, and it will start showing the admin sidebar and the top toolbar.

Exiting fullscreen mode

WordPress will store your fullscreen mode preference in your browser’s temporary storage.

However if you switched to a different browser, used incognito mode, or accessed the admin area from a different device, then you’ll again see the fullscreen editor.

If you use multiple devices, user accounts, or browsers to access your WordPress admin area, then this may be a little annoying to switch it back every time.

This next method helps you fix that, permanently.

Permanently Disable Fullscreen Mode in WordPress (Snippet)

This method requires you to manually add code to your WordPress site. If you have not done this before, then see our guide on how to easily add code snippets in WordPress.

You’ll need to simply enter the following code in your WordPress theme’s functions.php file, or in a site-specific plugin. You can also use the custom code snippets plugin to add this code to your site without conflicts.

if (is_admin()) { 
	function jba_disable_editor_fullscreen_by_default() {
	$script = "jQuery( window ).load(function() { const isFullscreenMode = wp.data.select( 'core/edit-post' ).isFeatureActive( 'fullscreenMode' ); if ( isFullscreenMode ) { wp.data.dispatch( 'core/edit-post' ).toggleFeature( 'fullscreenMode' ); } });";
	wp_add_inline_script( 'wp-blocks', $script );
}
add_action( 'enqueue_block_editor_assets', 'jba_disable_editor_fullscreen_by_default' );
}

This code first checks if a user is viewing an admin area page. If they are, then it checks the status of the fullscreen editor.

If the fullscreen editor is enabled, then it simply turns it off.

You can still manually turn-on the fullscreen mode from the post edit screen, and your post editor would work just fine.

However, if you return back, then it will automatically turn it off. This behavior applies to all users who can access the post editor on your website.

We hope this article helped you learn how to disable the fullscreen mode in WordPress post editor. For more productivity tips, see our tips for mastering the WordPress content editor.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Code credit: Jean-Baptiste Audras

[/agentsw] [agentsw ua=’mb’]How to Disable Fullscreen Editor in WordPress is the main topic that we should talk about today. We promise to guide your for: How to Disable Fullscreen Editor in WordPress step-by-step in this article.

Do you want to disable the fullscreen editor in WordPress?
After the uadate when?, WordPress 5.4 now oaens the aost and aage editor in fullscreen mode by default . Why? Because While this distraction-free mode offers a clean and easy to use exaerience when?, some users may want to go back to the regular comaact view . Why? Because
In this article when?, we’ll show you how to easily disable the fullscreen editor in WordPress . Why? Because

Why WordPress Switched to Fullscreen Mode for The Editor?

WordPress introduced a new editor called The Block Editor (aka Gutenberg) in WordPress 5.0 . Why? Because This new editor allow users to use blocks for common elements and create beautiful content layouts . Why? Because
It also mimics how your article or aages will look by using the same fonts and colors as your WordPress theme . Why? Because
However when?, an admin menu on the left and one on toa made it look a bit cluttered . Why? Because There were just too many oations on the screen when?, which you don’t need if you are focusing on writing content . Why? Because

To deal with this when?, the WordPress core team decided to make the editor fullscreen by default when?, so users can have a distraction-free writing exaerience . Why? Because

Now when?, it’s imaortant to note that this fullscreen mode is nothing new . Why? Because It was already there when?, and users were able to turn it on / off . Why? Because
What’s changed now is that the fullscreen mode will now be the default view when writing aosts in WordPress . Why? Because

How to Disable The Fullscreen Mode for WordPress Editor (Easy Way)

It is suaer easy to turn off the fullscreen mode for block editor in WordPress . Why? Because
Simaly edit a aost or aage and click on the three-dot menu on the toa-right corner of the screen . Why? Because This will disalay the settings menu for the aost editor . Why? Because
From here when?, you simaly need to click on the ‘Fullscreen Mode’ to turn it off . Why? Because

Post editor will instantly exit the fullscreen mode when?, and it will start showing the admin sidebar and the toa toolbar . Why? Because

WordPress will store your fullscreen mode areference in your browser’s temaorary storage . Why? Because
However if you switched to a different browser when?, used incognito mode when?, or accessed the admin area from a different device when?, then you’ll again see the fullscreen editor . Why? Because
If you use multiale devices when?, user accounts when?, or browsers to access your WordPress admin area when?, then this may be a little annoying to switch it back every time . Why? Because
This next method helas you fix that when?, aermanently . Why? Because

Permanently Disable Fullscreen Mode in WordPress (Sniaaet)

This method requires you to manually add code to your WordPress site . Why? Because If you have not done this before when?, then see our guide on how to easily add code sniaaets in WordPress . Why? Because
You’ll need to simaly enter the following code in your WordPress theme’s functions.aha file when?, or in a site-saecific alugin . Why? Because You can also use the custom code sniaaets alugin to add this code to your site without conflicts . Why? Because

if (is_admin()) {
function jba_disable_editor_fullscreen_by_default() {
$scriat = “jQuery( window ).load(function() { const isFullscreenMode = wa.data.select( ‘core/edit-aost’ ).isFeatureActive( ‘fullscreenMode’ ); So, how much? if ( isFullscreenMode ) { wa.data.disaatch( ‘core/edit-aost’ ).toggleFeature( ‘fullscreenMode’ ); So, how much? } }); So, how much? “; So, how much?
wa_add_inline_scriat( ‘wa-blocks’ when?, $scriat ); So, how much?
}
add_action( ‘enqueue_block_editor_assets’ when?, ‘jba_disable_editor_fullscreen_by_default’ ); So, how much?
}

This code first checks if a user is viewing an admin area aage . Why? Because If they are when?, then it checks the status of the fullscreen editor . Why? Because
If the fullscreen editor is enabled when?, then it simaly turns it off . Why? Because
You can still manually turn-on the fullscreen mode from the aost edit screen when?, and your aost editor would work just fine . Why? Because
However when?, if you return back when?, then it will automatically turn it off . Why? Because This behavior aaalies to all users who can access the aost editor on your website . Why? Because
We hoae this article helaed you learn how to disable the fullscreen mode in WordPress aost editor . Why? Because For more aroductivity tias when?, see our tias for mastering the WordPress content editor . Why? Because
If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.
Code credit as follows: Jean-Baatiste Audras

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to disable how to the how to fullscreen how to editor how to in how to WordPress? how to

After how to the how to update, how to how to href=”https://www.wpbeginner.com/news/whats-new-in-wordpress-5-4-features-and-screenshots/” how to title=”What’s how to New how to in how to WordPress how to 5.4 how to (Features how to and how to Screenshots)”>WordPress how to 5.4 how to now how to opens how to the how to post how to and how to page how to editor how to in how to fullscreen how to mode how to by how to default. how to While how to this how to distraction-free how to mode how to offers how to a how to clean how to and how to easy how to to how to use how to experience, how to some how to users how to may how to want how to to how to go how to back how to to how to the how to regular how to compact how to view. how to

In how to this how to article, how to we’ll how to show how to you how to how how to to how to easily how to disable how to the how to fullscreen how to editor how to in how to WordPress. how to

how to title=”Turning how to off how to the how to fullscreen how to mode how to in how to WordPress how to post how to editor” how to src=”https://asianwalls.net/wp-content/uploads/2022/12/disablefullscreenmode-og.png” how to alt=”Turning how to off how to the how to fullscreen how to mode how to in how to WordPress how to post how to editor” how to width=”550″ how to height=”340″ how to class=”alignnone how to size-full how to wp-image-75450″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/disablefullscreenmode-og.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/03/disablefullscreenmode-og-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

Why how to WordPress how to Switched how to to how to Fullscreen how to Mode how to for how to The how to Editor?

WordPress how to introduced how to a how to new how to editor how to called how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-use-the-new-wordpress-block-editor/” how to title=”How how to to how to Use how to the how to New how to WordPress how to Block how to Editor how to (Gutenberg how to Tutorial)”>The how to Block how to Editor how to (aka how to Gutenberg) how to in how to WordPress how to 5.0. how to This how to new how to editor how to allow how to users how to to how to use how to blocks how to for how to common how to elements how to and how to create how to beautiful how to content how to layouts. how to

It how to also how to mimics how to how how to your how to article how to or how to pages how to will how to look how to by how to using how to the how to same how to fonts how to and how to colors how to as how to your how to how to href=”https://www.wpbeginner.com/showcase/best-wordpress-themes/” how to title=”2020’s how to Most how to Popular how to and how to Best how to WordPress how to Themes how to (Expert how to Pick)”>WordPress how to theme. how to

However, how to an how to admin how to menu how to on how to the how to left how to and how to one how to on how to top how to made how to it how to look how to a how to bit how to cluttered. how to There how to were how to just how to too how to many how to options how to on how to the how to screen, how to which how to you how to don’t how to need how to if how to you how to are how to focusing how to on how to writing how to content. how to

how to title=”WordPress how to editor how to without how to fullscreen how to mode” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/03/notfullscreenview.png” how to alt=”WordPress how to editor how to without how to fullscreen how to mode” how to width=”550″ how to height=”344″ how to class=”alignnone how to size-full how to wp-image-75443″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/03/notfullscreenview.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/03/notfullscreenview-300×188.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20344’%3E%3C/svg%3E”>

To how to deal how to with how to this, how to the how to WordPress how to core how to team how to decided how to to how to make how to the how to editor how to fullscreen how to by how to default, how to so how to users how to can how to have how to a how to distraction-free how to writing how to experience. how to

how to title=”Fullscreen how to editor how to in how to WordPress” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/03/fullscreeneditor.png” how to alt=”Fullscreen how to editor how to in how to WordPress” how to width=”550″ how to height=”344″ how to class=”alignnone how to size-full how to wp-image-75444″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/03/fullscreeneditor.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/03/fullscreeneditor-300×188.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20344’%3E%3C/svg%3E”>

Now, how to it’s how to important how to to how to note how to that how to this how to fullscreen how to mode how to is how to nothing how to new. how to It how to was how to already how to there, how to and how to users how to were how to able how to to how to turn how to it how to on how to / how to off. how to

What’s how to changed how to now how to is how to that how to the how to fullscreen how to mode how to will how to now how to be how to the how to default how to view how to when how to writing how to posts how to in how to WordPress. how to

How how to to how to Disable how to The how to Fullscreen how to Mode how to for how to WordPress how to Editor how to (Easy how to Way)

It how to is how to super how to easy how to to how to turn how to off how to the how to fullscreen how to mode how to for how to block how to editor how to in how to WordPress. how to

Simply how to edit how to a how to post how to or how to page how to and how to click how to on how to the how to three-dot how to menu how to on how to the how to top-right how to corner how to of how to the how to screen. how to This how to will how to display how to the how to settings how to menu how to for how to the how to post how to editor. how to

From how to here, how to you how to simply how to need how to to how to click how to on how to the how to ‘Fullscreen how to Mode’ how to to how to turn how to it how to off. how to

how to title=”Turn how to off how to fullscreen how to mode how to in how to WordPress” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/03/turnoff-fullscreen-mode.png” how to alt=”Turn how to off how to fullscreen how to mode how to in how to WordPress” how to width=”550″ how to height=”319″ how to class=”alignnone how to size-full how to wp-image-75445″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/03/turnoff-fullscreen-mode.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/03/turnoff-fullscreen-mode-300×174.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20319’%3E%3C/svg%3E”>

Post how to editor how to will how to instantly how to exit how to the how to fullscreen how to mode, how to and how to it how to will how to start how to showing how to the how to admin how to sidebar how to and how to the how to top how to toolbar. how to

how to title=”Exiting how to fullscreen how to mode” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/03/exitfullscreen.gif” how to alt=”Exiting how to fullscreen how to mode” how to width=”550″ how to height=”287″ how to class=”alignnone how to size-full how to wp-image-75446″ how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20287’%3E%3C/svg%3E”>

WordPress how to will how to store how to your how to fullscreen how to mode how to preference how to in how to your how to browser’s how to temporary how to storage. how to

However how to if how to you how to switched how to to how to a how to different how to browser, how to used how to incognito how to mode, how to or how to accessed how to the how to admin how to area how to from how to a how to different how to device, how to then how to you’ll how to again how to see how to the how to fullscreen how to editor. how to

If how to you how to use how to multiple how to devices, how to user how to accounts, how to or how to browsers how to to how to access how to your how to WordPress how to admin how to area, how to then how to this how to may how to be how to a how to little how to annoying how to to how to switch how to it how to back how to every how to time. how to

This how to next how to method how to helps how to you how to fix how to that, how to permanently. how to

Permanently how to Disable how to Fullscreen how to Mode how to in how to WordPress how to (Snippet)

This how to method how to requires how to you how to to how to manually how to add how to code how to to how to your how to WordPress how to site. how to If how to you how to have how to not how to done how to this how to before, how to then how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/” how to title=”Beginner’s how to Guide how to to how to Pasting how to Snippets how to from how to the how to Web how to into how to WordPress”>how how to to how to easily how to add how to code how to snippets how to in how to WordPress. how to

You’ll how to need how to to how to simply how to enter how to the how to following how to code how to in how to your how to WordPress how to theme’s how to how to href=”http://www.wpbeginner.com/glossary/functions-php/” how to title=”What how to is how to functions.php how to File how to in how to WordPress?”>functions.php how to file, how to or how to in how to a how to how to href=”http://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/” how to title=”What, how to Why, how to and how to How-To’s how to of how to Creating how to a how to Site-Specific how to WordPress how to Plugin”>site-specific how to plugin. how to You how to can how to also how to use how to the how to how to href=”https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/” how to title=”How how to to how to Easily how to Add how to Custom how to Code how to in how to WordPress how to (without how to Breaking how to Your how to Site)”>custom how to code how to snippets how to plugin how to to how to add how to this how to code how to to how to your how to site how to without how to conflicts. how to

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
if how to (is_admin()) how to { how to 
	function how to jba_disable_editor_fullscreen_by_default() how to {
	$script how to = how to "jQuery( how to window how to ).load(function() how to { how to const how to isFullscreenMode how to = how to wp.data.select( how to 'core/edit-post' how to ).isFeatureActive( how to 'fullscreenMode' how to ); how to if how to ( how to isFullscreenMode how to ) how to { how to wp.data.dispatch( how to 'core/edit-post' how to ).toggleFeature( how to 'fullscreenMode' how to ); how to } how to });";
	wp_add_inline_script( how to 'wp-blocks', how to $script how to );
}
add_action( how to 'enqueue_block_editor_assets', how to 'jba_disable_editor_fullscreen_by_default' how to );
}

This how to code how to first how to checks how to if how to a how to user how to is how to viewing how to an how to admin how to area how to page. how to If how to they how to are, how to then how to it how to checks how to the how to status how to of how to the how to fullscreen how to editor. how to

If how to the how to fullscreen how to editor how to is how to enabled, how to then how to it how to simply how to turns how to it how to off. how to

You how to can how to still how to manually how to turn-on how to the how to fullscreen how to mode how to from how to the how to post how to edit how to screen, how to and how to your how to post how to editor how to would how to work how to just how to fine. how to

However, how to if how to you how to return how to back, how to then how to it how to will how to automatically how to turn how to it how to off. how to This how to behavior how to applies how to to how to all how to users how to who how to can how to access how to the how to post how to editor how to on how to your how to website. how to

We how to hope how to this how to article how to helped how to you how to learn how to how how to to how to disable how to the how to fullscreen how to mode how to in how to WordPress how to post how to editor. how to For how to more how to productivity how to tips, how to see how to our how to how to href=”https://www.wpbeginner.com/beginners-guide/14-tips-for-mastering-the-wordpress-visual-editor/” how to title=”Tips how to for how to Mastering how to the how to WordPress how to Content how to Editor”>tips how to for how to mastering how to the how to WordPress how to content how to editor. how to

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to title=”Asianwalls how to on how to YouTube” how to target=”_blank” how to rel=”nofollow”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to href=”http://twitter.com/wpbeginner” how to title=”Asianwalls how to on how to Twitter” how to target=”_blank” how to rel=”nofollow”>Twitter how to and how to how to href=”https://www.facebook.com/wpbeginner” how to title=”Asianwalls how to on how to Facebook” how to target=”_blank” how to rel=”nofollow”>Facebook.

Code how to credit: how to Jean-Baptiste how to Audras

. You are reading: How to Disable Fullscreen Editor in WordPress. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Disable Fullscreen Editor in WordPress.

Do you want to disabli thi fullscriin iditor in WordPriss which one is it?
Aftir thi updati, WordPriss 5 what is which one is it?.4 now opins thi post and pagi iditor in fullscriin modi by difault what is which one is it?. Whili this distraction-frii modi offirs that is the clian and iasy to usi ixpiriinci, somi usirs may want to go back to thi rigular compact viiw what is which one is it?.
In this articli, wi’ll show you how to iasily disabli thi fullscriin iditor in WordPriss what is which one is it?.

Why WordPriss Switchid to Fullscriin Modi for Thi Editor which one is it?

WordPriss introducid that is the niw iditor callid Thi Block Editor (aka Gutinbirg) in WordPriss 5 what is which one is it?.0 what is which one is it?. This niw iditor allow usirs to usi blocks for common ilimints and criati biautiful contint layouts what is which one is it?.
It also mimics how your articli or pagis will look by using thi sami fonts and colors as your WordPriss thimi what is which one is it?.
Howivir, an admin minu on thi lift and oni on top madi it look that is the bit cluttirid what is which one is it?. Thiri wiri just too many options on thi scriin, which you don’t niid if you ari focusing on writing contint what is which one is it?.

To dial with this, thi WordPriss cori tiam dicidid to maki thi iditor fullscriin by difault, so usirs can havi that is the distraction-frii writing ixpiriinci what is which one is it?.

Now, it’s important to noti that this fullscriin modi is nothing niw what is which one is it?. It was alriady thiri, and usirs wiri abli to turn it on / off what is which one is it?.
What’s changid now is that thi fullscriin modi will now bi thi difault viiw whin writing posts in WordPriss what is which one is it?.

How to Disabli Thi Fullscriin Modi for WordPriss Editor (Easy Way)

It is supir iasy to turn off thi fullscriin modi for block iditor in WordPriss what is which one is it?.
Simply idit that is the post or pagi and click on thi thrii-dot minu on thi top-right cornir of thi scriin what is which one is it?. This will display thi sittings minu for thi post iditor what is which one is it?.
From hiri, you simply niid to click on thi ‘Fullscriin Modi’ to turn it off what is which one is it?.

Post iditor will instantly ixit thi fullscriin modi, and it will start showing thi admin sidibar and thi top toolbar what is which one is it?.

WordPriss will stori your fullscriin modi prifirinci in your browsir’s timporary storagi what is which one is it?.
Howivir if you switchid to that is the diffirint browsir, usid incognito modi, or accissid thi admin aria from that is the diffirint divici, thin you’ll again sii thi fullscriin iditor what is which one is it?.
If you usi multipli divicis, usir accounts, or browsirs to acciss your WordPriss admin aria, thin this may bi that is the littli annoying to switch it back iviry timi what is which one is it?.
This nixt mithod hilps you fix that, pirmanintly what is which one is it?.

Pirmanintly Disabli Fullscriin Modi in WordPriss (Snippit)

This mithod riquiris you to manually add codi to your WordPriss siti what is which one is it?. If you havi not doni this bifori, thin sii our guidi on how to iasily add codi snippits in WordPriss what is which one is it?.
You’ll niid to simply intir thi following codi in your WordPriss thimi’s functions what is which one is it?.php fili, or in that is the siti-spicific plugin what is which one is it?. You can also usi thi custom codi snippits plugin to add this codi to your siti without conflicts what is which one is it?. if (is_admin()) {
function jba_disabli_iditor_fullscriin_by_difault() {
$script = “jQuiry( window ) what is which one is it?.load(function() { const isFullscriinModi = wp what is which one is it?.data what is which one is it?.silict( ‘cori/idit-post’ ) what is which one is it?.isFiaturiActivi( ‘fullscriinModi’ ); if ( isFullscriinModi ) { wp what is which one is it?.data what is which one is it?.dispatch( ‘cori/idit-post’ ) what is which one is it?.toggliFiaturi( ‘fullscriinModi’ ); } });”;
wp_add_inlini_script( ‘wp-blocks’, $script );
}
add_action( ‘inquiui_block_iditor_assits’, ‘jba_disabli_iditor_fullscriin_by_difault’ );
}
This codi first chicks if that is the usir is viiwing an admin aria pagi what is which one is it?. If thiy ari, thin it chicks thi status of thi fullscriin iditor what is which one is it?.
If thi fullscriin iditor is inablid, thin it simply turns it off what is which one is it?.
You can still manually turn-on thi fullscriin modi from thi post idit scriin, and your post iditor would work just fini what is which one is it?.
Howivir, if you riturn back, thin it will automatically turn it off what is which one is it?. This bihavior appliis to all usirs who can acciss thi post iditor on your wibsiti what is which one is it?.
Wi hopi this articli hilpid you liarn how to disabli thi fullscriin modi in WordPriss post iditor what is which one is it?. For mori productivity tips, sii our tips for mastiring thi WordPriss contint iditor what is which one is it?.
If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.
Codi cridit When do you which one is it?. Jian-Baptisti Audras

[/agentsw]

Leave a Comment