Wordpress create plugin

מתוך R63
(הבדלים בין גרסאות)
קפיצה אל: ניווט, חיפוש
(setting dubug)
שורה 35: שורה 35:
  
 
https://codex.wordpress.org/Debugging_in_WordPress
 
https://codex.wordpress.org/Debugging_in_WordPress
 +
 +
 +
 +
wordpress Plugin getting current user
 +
https://codex.wordpress.org/Function_Reference/wp_get_current_user
 +
https://developer.wordpress.org/reference/functions/get_current_user_id/
 +
 +
 +
 +
profile hidden field wordpress  user
 +
https://stackoverflow.com/questions/16231162/custom-user-field-in-wordpress-hidden-from-user
 +
Table: wp_usermeta

גרסה מתאריך 14:47, 8 בפברואר 2019


https://www.sitepoint.com/real-world-example-wordpress-plugin-development/

https://youtu.be/zCLr8LNfhu4

guides

short guide https://www.youtube.com/watch?v=mm9aQiLEa10&list=PLz-tsD7hAvuuvi9K6ukLdaSp9-T2I7xeV

Part 4 save in DB




long guide https://www.youtube.com/watch?v=0l7JTie_6jM&list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2



Db

Wpdb


setting dubug

wp-config.php

define('WP_DEBUG', true)

https://codex.wordpress.org/Debugging_in_WordPress


wordpress Plugin getting current user https://codex.wordpress.org/Function_Reference/wp_get_current_user https://developer.wordpress.org/reference/functions/get_current_user_id/


profile hidden field wordpress user https://stackoverflow.com/questions/16231162/custom-user-field-in-wordpress-hidden-from-user Table: wp_usermeta


כלים אישיים