Wordpress create plugin
מתוך R63
(הבדלים בין גרסאות)
| שורה 1: | שורה 1: | ||
| − | + | ||
https://www.sitepoint.com/real-world-example-wordpress-plugin-development/ | https://www.sitepoint.com/real-world-example-wordpress-plugin-development/ | ||
| שורה 5: | שורה 5: | ||
https://youtu.be/zCLr8LNfhu4 | https://youtu.be/zCLr8LNfhu4 | ||
| + | =guides= | ||
| + | short guide | ||
https://www.youtube.com/watch?v=mm9aQiLEa10&list=PLz-tsD7hAvuuvi9K6ukLdaSp9-T2I7xeV | https://www.youtube.com/watch?v=mm9aQiLEa10&list=PLz-tsD7hAvuuvi9K6ukLdaSp9-T2I7xeV | ||
| + | |||
| + | |||
| + | long guide | ||
| + | https://www.youtube.com/watch?v=0l7JTie_6jM&list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2 | ||
| + | |||
| + | =setting dubug= | ||
| + | |||
| + | wp-config.php | ||
| + | |||
| + | define('WP_DEBUG', true) | ||
| + | |||
| + | https://codex.wordpress.org/Debugging_in_WordPress | ||
גרסה מתאריך 09:07, 8 בפברואר 2019
https://www.sitepoint.com/real-world-example-wordpress-plugin-development/
guides
short guide https://www.youtube.com/watch?v=mm9aQiLEa10&list=PLz-tsD7hAvuuvi9K6ukLdaSp9-T2I7xeV
long guide
https://www.youtube.com/watch?v=0l7JTie_6jM&list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2
setting dubug
wp-config.php
define('WP_DEBUG', true)