diff --git a/src/UI/class-contextual-help.php b/src/UI/class-contextual-help.php
index f8f1c30..d6cac64 100644
--- a/src/UI/class-contextual-help.php
+++ b/src/UI/class-contextual-help.php
@@ -110,6 +110,47 @@ public function render( WP_Screen $screen ): void {
+
+
+
+
+
+
+
+
+
+ -
+
+
+ Admin > Global Settings > Network Code.', 'ad-code-manager' ) ); ?>
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Account > Account Information > Publisher ID.', 'ad-code-manager' ) ); ?>
+
+
+ add_help_tab(
array(
'id' => 'acm-overview',
@@ -127,9 +168,16 @@ public function render( WP_Screen $screen ): void {
get_current_screen()->add_help_tab(
array(
'id' => 'acm-conditionals',
- 'title' => 'Conditionals',
+ 'title' => __( 'Conditionals', 'ad-code-manager' ),
'content' => $conditionals,
)
);
+ get_current_screen()->add_help_tab(
+ array(
+ 'id' => 'acm-provider-fields',
+ 'title' => __( 'Provider Fields', 'ad-code-manager' ),
+ 'content' => $provider_fields,
+ )
+ );
}
}