Tag: add action
-

Function File in WordPress -6
In WordPress, functions.php file act as a plugin for WordPress site that’s automatically activated current theme. This file uses PHP code to add or change default features on a WordPress site. The Following hooks are given with their purpose. add_action() Actions are the hooks that the WordPress launches at specific points during execution, or when…