File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ function embed_optimizer_add_non_optimization_detective_hooks(): void {
43
43
* @since 0.3.0
44
44
* @access private
45
45
*
46
+ * @global string $pagenow The filename of the current screen.
47
+ *
46
48
* @param string $optimization_detective_version Current version of the optimization detective plugin.
47
49
*/
48
50
function embed_optimizer_init_optimization_detective ( string $ optimization_detective_version ): void {
Original file line number Diff line number Diff line change 18
18
* @since 0.2.0
19
19
* @access private
20
20
*
21
+ * @global string $pagenow The filename of the current screen.
22
+ *
21
23
* @param string $optimization_detective_version Current version of the optimization detective plugin.
22
24
*/
23
25
function image_prioritizer_init ( string $ optimization_detective_version ): void {
You can’t perform that action at this time.
0 commit comments