WordPress Directory StructureRoot Directory/wp-admin/wp-includes/wp-content/wp-content/plugins/wp-content/themes/wp-content/uploads/wp-content/mu-pluginsWordPress Database Structurewp_optionsFunctions Found in /wp-includes/option.phpadd_option( $option, $value = ', $deprecated = ', $autoload = yes )update_option( $option, $newvalue )get_option( $option, $default = false )delete_option( $option )wp_usersFunctions Found in /wp-includes/…wp_insert_user( $userdata )wp_create_user( $username, $password, $email )wp_update_user( $userdata )get_user_by( $field, $value )get_userdata( $userid )wp_delete_user( $id, $reassign = novalue )wp_usermetaget_user_meta( $user_id, $key = '', $single = false )update_user_meta( $user_id, $meta_key, $meta_value, $prev_value = '' )add_user_meta($user_id, $meta_key, $meta_value, $unique = false)delete_user_meta($user_id, $meta_key, $meta_value = '')wp_postsFunctions found in /wp-includes/post.phpwp_insert_post($postarr, $wp_error = false)wp_update_post( $postarr = array(), $wp_error = false )get_post( $post = null, $output = OBJECT, $filter = raw )get_posts($args = null)wp_delete_post( $postid = 0, $force_delete = false )wp_postmetaFunctions Found in /wp-includes/post.phpget_post_meta($post_id, $key = '', $single = false)update_post_meta($post_id, $meta_key, $meta_value, $prev_value = '')add_post_meta($post_id, $meta_key, $meta_value, $unique = false)delete_post_meta($post_id, $meta_key, $meta_value = '')wp_commentsFunctions Found in /wp-includes/comment.phpget_comment( $comment, $output = OBJECT )get_comments( $args = '' )wp_insert_comment( $commentdata )wp_update_comment( $commentarr )wp_delete_comment( $comment_id, $force_delete = false )wp_commentsmetaFunctions Found in /wp-includes/comment.phpget_comment_meta($comment_id, $key = '', $single = false)add_comment_meta($comment_id, $meta_key, $meta_value, $unique = false)update_comment_meta($comment_id, $meta_key, $meta_value, $prev_value = '')delete_comment_meta($comment_id, $meta_key, $meta_value = '')wp_linkswp_termsFunctions Found in /wp-includes/taxonomy.phpget_terms( $taxonomies, $args = '' )get_term( $term, $taxonomy, $output = OBJECT, $filter = raw )wp_insert_term( $term, $taxonomy, $args = array() )wp_update_term( $term_id, $taxonomy, $args = array() )wp_delete_term( $term, $taxonomy, $args = array() )wp_term_taxonomy/wp-includes/taxonomy.phpget_taxonomies( $args = array(), $output = names, $operator = and )get_taxonomy( $taxonomy )register_taxonomy( $taxonomy, $object_type, $args = array() )wp_term_relationshipsget_object_taxonomies( $object, $output = names )wp_get_object_terms( $object_ids, $taxonomies, $args = array() )wp_set_object_terms( $object_id, $terms, $taxonomy, $append = false )Extending WordPress