You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->set_help_text( 'Please select the page whose content will be displayed on the redirect page. <b>Using a custom page would be more beneficial.</b>', 'redirect-artvelog' ),
10
+
->set_help_text( 'Please select the page whose content will be displayed on the redirect page. <b>Using a custom page would be more beneficial.</b> <br> <hr> Page ID Shortcode: <kbd>[rp_page_ID]</kbd>', 'redirect-artvelog' ),
->set_help_text( 'Determine the extension of the redirect page. <b>By default, "redirect" is used.</b> <b style="color: red;">After changing it, you must save the changes from the Permalinks section.</b>', 'redirect-artvelog' )
->set_help_text( 'Determine the delay time.', 'redirect-artvelog' ),
39
+
->set_help_text( 'Determine the delay time. <br> <hr> Delay Time Shortcode: <kbd>[rp_delay_time]</kbd>', 'redirect-artvelog' ),
40
40
41
41
Field::make( 'text', 'select_link_tag', __( 'Usable Html Tag', 'redirect-artvelog' ) )
42
42
->set_help_text( 'Specify the class or ID of the "a" tag to be redirected. If you want to use all links directly, just write "a". <b style="color: red;">(Internal links will not be redirected!)</b> ', 'redirect-artvelog' )
@@ -58,7 +58,7 @@ function artvelog_redirectpage_options_page() {
0 commit comments