Jet Plugin | جت پلاگین
275 subscribers
73 photos
1 video
2.71K files
1.78K links
🟣 Jet Plugin

🔴 Free & Premium Wordpress Plugin

🟤GPL Wordpress Plugin Telegram Channel

🔵 @jetplugin

🟢 وردپرس تکنیکال

https://yasserdivar.ir/product/wordpress-technical/

🟡مطالب : https://t.me/jetplugin/4
Download Telegram
elementor-pro-3.19.1.zip
4.1 MB
ممکنه بعد از نصب وردپرس کرش کنه چون روی سایت من اینطور شد
موقتا نسخه قبلی و نصب کنید البته اگه خطایی مشاهده شد

سایت شما یک مشکل فنی را تجربه می‌کند


https://t.me/jetplugin/392

💎 @jetplugin
#معرفی سایت برای انتخاب رنگ

این سایت رو بررسی کنید برای انتخاب و تولید رنگ عالیه

واقعا عجب سایت خوبی داری

https://hue.tools/

💎 @jetplugin
غیرفعال کردن پیام خوش آمدید گوتنبرگ
کد رو در فانکشن قرار بدین
/**
* Disable welcome guides in Gutenberg.
*/
function my_disable_welcome_guides() {
wp_add_inline_script( 'wp-data', "window.onload = function() {
const selectPost = wp.data.select( 'core/edit-post' );
const selectPreferences = wp.data.select( 'core/preferences' );
const isFullscreenMode = selectPost.isFeatureActive( 'fullscreenMode' );
const isWelcomeGuidePost = selectPost.isFeatureActive( 'welcomeGuide' );
const isWelcomeGuideWidget = selectPreferences.get( 'core/edit-widgets', 'welcomeGuide' );

if ( isWelcomeGuideWidget ) {
wp.data.dispatch( 'core/preferences' ).toggle( 'core/edit-widgets', 'welcomeGuide' );
}

if ( isFullscreenMode ) {
wp.data.dispatch( 'core/edit-post' ).toggleFeature( 'fullscreenMode' );
}

if ( isWelcomeGuidePost ) {
wp.data.dispatch( 'core/edit-post' ).toggleFeature( 'welcomeGuide' );
}
}" );
}

add_action( 'enqueue_block_editor_assets', 'my_disable_welcome_guides', 20 );


💎 @jetplugin