@@ -152,6 +152,9 @@ |
||
| 152 | 152 | |
| 153 | 153 | /** |
| 154 | 154 | * Register a filter function for a given stylesheet handle. |
| 155 | + * @param string $handle |
|
| 156 | + * @param string $filter_name |
|
| 157 | + * @param callable $callback |
|
| 155 | 158 | */ |
| 156 | 159 | public function register_filter( $handle, $filter_name, $callback ) |
| 157 | 160 | { |