Fix PHP action hook
-
Hi, could you guys please fix the action hook in class-pages-weglot.php at line 79?
add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), PHP_INT_MAX );
By setting the priority to PHP_INT_MAX you are preventing developers to customise the weglot menu in the admin bar.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fix PHP action hook’ is closed to new replies.