This commit is contained in:
Javier Casares 2026-06-03 06:31:47 +00:00
commit 7b7fff5246
36 changed files with 610 additions and 31 deletions

View file

@ -7,6 +7,10 @@
namespace MediaRightsAudit\Admin;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Registers and renders the plugin Settings page with tab navigation.
*
@ -233,6 +237,7 @@ class Settings {
'type' => 'array',
'sanitize_callback' => array( $this, 'sanitize' ),
'default' => array(),
'autoload' => false,
)
);