This commit is contained in:
Alexander Agnarson 2021-03-05 17:09:53 +01:00
parent b3f8c93498
commit 0cd8c43f84
6 changed files with 39 additions and 21 deletions

View file

@ -3,7 +3,7 @@
* An accessible and mobile-friendly implementation for navigation menus.
*/
namespace AlxMedia;
namespace Magaziner;
/**
* Object containing all methods and hooks to modify default menus.
@ -46,7 +46,7 @@ class Nav {
*
* @var string
*/
protected $handle_prefix = 'alxmedia-nav';
protected $handle_prefix = 'magaziner-nav';
/**
* Init.
@ -56,7 +56,7 @@ class Nav {
* @return void
*/
public function init() {
if ( apply_filters( 'alxmedia_disable_nav_mods', false ) ) {
if ( apply_filters( 'magaziner_disable_nav_mods', false ) ) {
return;
}
add_filter( 'walker_nav_menu_start_el', [ $this, 'add_nav_sub_menu_buttons' ], 10, 4 );

View file

@ -18,7 +18,7 @@ $updater = new EDD_Theme_Updater_Admin(
'remote_api_url' => 'https://alx.media', // Site where EDD is hosted
'item_name' => 'Magaziner', // Name of theme
'theme_slug' => 'magaziner', // Theme slug
'version' => '3.1.0', // The current version of this theme
'version' => '3.1.1', // The current version of this theme
'author' => 'AlxMedia', // The author of this theme
'download_id' => '', // Optional, used for generating a license renewal link
'renew_url' => '', // Optional, allows for a custom license renewal link