Interview :: Wordpress
Hooks enable users to create WordPress themes or plug-ins with shortcode without changing the original files.
There are two types of hooks:
Action hooks: Action hooks facilitate you to insert an additional code from an outside resource.
Filter hooks: Filter hooks facilitate you to add content or text at the end of the post.
These are the features which make WordPress very popular:
- Easy to install and upgrade
- In-built SEO engine
- Free and easy theme selection
- Flexibility
- Multilingual- available in more than 70 languages
- Own data- no unwanted advert on your website
- Flexibility and Easy publishing option
Following are the reasons to use MySQL with WordPress:
- Open source
- Extremely fast
- A widely available database server
- Supported by low-cost Linux hosting
At present version, there are about 11 tables in WordPress by default. You can check the number of tables in WordPress by phpMyAdmin.
- wp_commentmeta
- wp_comments
- wp_links
- wp_options
- wp_postmeta
- wp_posts
- wp_terms
- wp_term_relationships
- wp_term_taxonomy
- wp_usermeta
- wp_users
Note: The number of tables may be changed with successive releases.
The wp_ is by default prefix of WordPress tables.
Wordpress.com is relatively more secure than wordpress.org because they limit the themes and does not allow plugin's installation. However, security depends on the hosting company of your website and also what steps they are taking to prevent the security problems.