mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 07:44:53 +08:00
FA 5.15.2 + trap js/html + regen lang + menu css fix + dropdown width + style.css version number + pingback header fix + disable nav mods
This commit is contained in:
parent
95d27b91bb
commit
eee1924e85
23 changed files with 6761 additions and 1620 deletions
|
@ -56,6 +56,9 @@ class Nav {
|
|||
* @return void
|
||||
*/
|
||||
public function init() {
|
||||
if ( apply_filters( 'alxmedia_disable_nav_mods', false ) ) {
|
||||
return;
|
||||
}
|
||||
add_filter( 'walker_nav_menu_start_el', [ $this, 'add_nav_sub_menu_buttons' ], 10, 4 );
|
||||
add_filter( 'nav_menu_item_title', [ $this, 'nav_menu_item_title' ], 10, 4 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue