@@ -122,6 +122,7 @@ discard block |
||
122 | 122 | * @param boolean $minify Whether to minify the CSS output |
123 | 123 | * @param boolean $cache Whether to store the compiled version of this |
124 | 124 | * stylesheet in cache to avoid compilation on every page load. |
125 | + * @param integer $expiration |
|
125 | 126 | */ |
126 | 127 | public function register_style( $handle, $path, $deps, $print, $minify, $cache, $expiration ) { |
127 | 128 | |
@@ -149,6 +150,9 @@ discard block |
||
149 | 150 | |
150 | 151 | /** |
151 | 152 | * Register a filter function for a given stylesheet handle. |
153 | + * @param string $handle |
|
154 | + * @param string $filter_name |
|
155 | + * @param callable $callback |
|
152 | 156 | */ |
153 | 157 | public function register_filter( $handle, $filter_name, $callback ) { |
154 | 158 |