Gutenberg ??? ???? ??? ?? ??? ???? ?? ? ??? ???? ???? ???? ????. 1. ?? ?? ?? : ?? WordPress, Node.js ? @WordPress/Scripts ??; 2. PHP? ???? ??? ???? JavaScript?? ??? ?? ? ?? ??? ?????. 3. NPM? ?? JS ??? ???? ?? ??? ?????. 4. ??? ?? ? ? ??? ???? ???? ????? ??? ????? ???? ??? ? ?? ??? ?????. ? ??? ?? ??? ????? ??? ???? ??? ? ????.
??? Gutenberg ??? ??? ?? ??? ????. ?? WordPress? ?? ?? ????? ?? ??? ???? ?? ??? ????. Gutenberg? "Blocks"? ?? ???? ???? WordPress? ??? ??????. ? ??? ??? ? ??? ?????. ??? ??? ??? ????? ?? ???? ???? ???? ???? ??? ? ????.
??? ???? ???? ? ????? ? ?? ???? ??? ?????.
?? : ?? ??? ??????
?? ??? ???? ?? ??? ??? WordPress ??? ??? ??????. ?? ?? XAMPP? ?? ?? ?? ??? ???? ??? ???? ?? ? ? ????.
- ?? ??? WordPress? ??????
- Node.js ? NPM ?? (JavaScript ?? ?? ?)
- ?? ?? ???? ?? ?? ?
@wordpress/scripts
??? ??
?? ??? ?? ??? ???? ??? ? ????.
NPM ?? --save-dev @wordpress/????
?? ?? ?? ?? ????? ????? ??? /blocks/my-first-block/
? ?? ?? ??? ??????.
?? ?? ?? : ??? ???? ?? ??? ?????
Gutenberg ??? ????? ? ???? ?????. PHP? ??? ???? ? ???? JavaScript? ??? ??? ??? ???? ? ????? .
PHP ?? (?? ??)
?? functions.php
??? ?? ??? ????? ???????????.
?? ???? _my_first_block () { wp_register_script ( '? ? ??', get_template_directory_uri (). '/blocks/my-first-block/build/index.js', ?? ( 'wp-blocks', 'wp-element') ); register_block_type ( 'my-plugin/first-block', ?? ( 'editor_script'=> 'my first-block', )); } add_action ( 'init', 'register_my_first_block');
? ??? WordPress ??? ??? JS ??????? ?? ???? ??? ?? ??? ?????.
?? ???? ?? (?? ??)
/blocks/my-first-block/src/index.js
? ?? ??? ??????.
const {registerBlockType} = wp.Blocks; const {richtext} = wp.editor; RegisterBlockType ( 'my-plugin/first-block', { ?? : '? ? ??', ??? : '???', ???? : '??', ?? : () => { ?? ( <RichText tagname = "p" ?? ?? ? = "?? ??? ?? ..." /> ); }, ?? : () => { return <richtext.content tagname = "p"value = "??? ?? ??????" />; }, });
????? ????? ? ??? ??? ????.
?? ? ?? : NPM?? JS ??? ??????
Gutenberg ??? JavaScript? ?????? ?? ? ??? ???? ????????. WordPress?? ???? ???? ??? ?? ??? ????? ??? ? ? ????.
???? ?? ?????? package.json
??? ??? ?? ??? ??????.
{ "??": "My-First-Block", "??": "1.0.0", "????": { "??": "wp-scripts build ./blocks/my-first-block/src/index.js" } }
?? ?? ?? :
NPM ?? ??
JS ??? ??? ??? build
??? ?? ???? ?? ??? ??????????.
?? FAQ
???? ?? ? ? ????? WordPress Dashicons ?? ??? ??? ??? ? ????.
??? ???? ????? JS? ????? ?????? ? PHP ?? ??? ???? ??????.
?? ???? ????? ?? ?????
--watch
?? ??? ???? ????? ?? ??? ?? ???? ?? ? ? ????.npx wp-scripts build ./blocks/my-first-block/src/index.js-watch
????? ?? ??. Gutenberg ??? ???? ???? ??? ??? ?? ??? ?? ? ?? ???? ???? ??? ???? ????. ?? ??? ???? ???? ?? ??? ??? ??? ? ????.
? ??? ??? Gutenberg ??? ??? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

JavaScript ??? ????? ?, ?? ? ???? ??? ???? WordPress ? ????? ??? ???? ? ????. 1. W3TotalCache, "Minify"???? ?? ??? ????? ??? CACHE ????? ??????. 2. FastvelocityMinify? ?? ?? ?? ????? ?????? ??? ? ??? ??????. 3. ?? ??? ??? ????? ??? JS ??? ???? ???? FTP? ?? ???????. ?? ?? ?? ???? ????? ?? ??? ?? ? ? ??? ??? ? ? ??? ??? ??? ????????.

?? ??? ???? ?? ???? ??? ????? ??? ?? ???? ???? ?? ?? ????. 1. ??? ??? ????? ???? ?? ?? ?? ???? (? : Googler Captcha ?? Hcaptcha)? ???? ?? ?? ? ???? ?????. 2. ??? ?? (Honeypot Technology)? ???? ??? ???? ??? ??? ??? ??? ?? ?? ??? ???? ?? ??? ???? ??????. 3. ?? ??? ???? ?????? ???? ??? ?? ??? ?? ?? ??? ????? ?? ??? ??? ????? ?????. 4. ??? ?? ? ?? IP? ???? ?? ??? ?? ?? ???? ?????? ??????. 5. Akismet, CloudFlare? ?? ?? ? ?? ???? ???? ?? ???? ??????. ? ???? ???? ? ? ????

Gutenberg ??? ??? ? Enqueue Assets? ??? ???? ??? ?????. 1. Register_Block_type? ???? editor_script, editor_style ? style? ??? ?????. 2. functions.php ?? ????? wp_register_script ? wp_register_style? ?? ???? ???? ??? ??? ? ??? ??????. 3. ??? ?? ??? ????? ?? ??? ???? ??? ?????????. 4. Add_theme_support ?? enqueue_block_assets? ?? ??? ?? ????????? ???? ??? ?? ?????? ??? ????????.

WordPress?? ??? ?? ? ?? ??? ???? ??? add_rewrite_rule ??? ???? ??? ???? ????? ???? ????. 1. add_rewrite_rule? ???? ??? ??????. ??? add_rewrite_rule ($ regex, $ ridirect, $ after)???. ??? $ regex? ?? ??? ?? URL, $ redirect? ?? ??? ????, ? ??? ?????. 2. add_filter? ?? ??? ?? ?? ??? ???????. 3. ?? ? ?? ?? ??? ?? ???????. 4. ??? ??? ?? ??? '??'? ???? ?? ????. 5. ????? ???? ??? ?? ?? ??? ? ? ????.

Robots.txt? WordPress ? ???? SEO? ???? ?? ??? ?????, ???? ?? ??? ???? ?? ???? ?? ??? ?? ? ? ????. 1. /wp-admin /? /wp-includes /? ?? ??? ??? /??? /????? ??? ???? ????. 2. Siteemap? ?? ??? ? ??? ?????? : https://yourdomain.com/sitemap.xml ?? ??? ??? ?? ??? ?? ? ? ??? ?????. 3. ??? ???? ??? ?? ?? ????? ?? / ??? / ? URL? ??? ???? ???? ???? ?????????. 4. ??? ?? ???? ???? ?? ????? ????? ??? ??? ??? ?? ? ?? ???? ??? ???? ?? ?? ???? ??? ?????.

1. ?? ?? ????? ???? ??? ???? ?????. ?? ??, QueryMonitor? ?????? ?? ? PHP ?? ?? ? ? ??? BlackBoxProfiler? ?? ?? ???? ???? NewRelic? ?? ?? ??? ?????. 2. PHP ?? ??? ????? ??? ?? ??? ??? ???? XDEBUG? ?? ?? ?? ? ??? ??? ????? ???? ???? ?? ?? ???? ???????. 3. ?? ?? ?? ? ?? ??? ?? ?????? ?? ??? ???? ? ? ????. QueryMonitor? ?? SQL? ?? ? ? ????. 4. GooglePagesPeedInsights, GTMetrix ? WebPagetest? ?? ?? ??? ?? ?? ??? ??? ?????.

WordPressRequiresatleastphp7.4, ??? 8.0oRhigherisrecemendedForBetTerformanceAndSecurity.olderversionsike5.6 areoutdated, supported, andposeSecurityRisks.usinguppimprovessecurity, EnhancesPercormance ? andensurescompatibility withmombernplplplplplplplplplplplplplplplplplplplplplplplplplply

InspectorControls? Gutenberg ??? ???? ?? ?????. 1. @WordPress/Block-Editor ???? ????. 2. ?? ??, ??? ?? ? ?? ?? ??? ?? ?????. 3.?? ??? ?? ??? ??, ??? ??, ???, ???? ? ?? ???? ?? ?? ??? ???? ????? ???????. 4. ?? ?????? ???? ???? ???? ???? ???? ??? ???????.
