| @@ -14,8 +14,12 @@ | ||
| 14 | 14 | * |
| 15 | 15 | * Maintain a list of all hooks that are registered throughout |
| 16 | 16 | * the plugin, and register them with the WordPress API. Call the |
| 17 | 17 | * run function to execute the list of actions and filters. |
| 18 | + * | |
| 19 | + * @package Smart_Post_Show | |
| 20 | + * @subpackage Smart_Post_Show/includes | |
| 21 | + * @author ShapedPlugin <[email protected]> | |
| 18 | 22 | */ |
| 19 | 23 | class Smart_Post_Show_Loader { |
| 20 | 24 | |
| 21 | 25 | /** |