\n
\n"; wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); echo "
\n\n"; endif; } /* FeedWordPressSettingsUI::ajax_nonce_fields () */ static function fix_toggles_js ($context) { ?> 0 ): $ext = ".{$type}{$ext}"; endif; if ( strlen( $name ) > 0 ) : $templates[] = "{$slug}-{$name}{$ext}"; endif; $templates[] = "{$slug}{$ext}"; do_action( "feedwordpress_get_template_part", $slug, $name, $type, $args ); // locate_template $located = ''; foreach ( $templates as $template_name ) : if ( !! $template_name ) : $templatePath = $feedwordpress->plugin_dir_path( 'templates/' . $template_name ); if ( is_readable( $templatePath ) ) : $located = $templatePath; break; endif; endif; endforeach; if ( strlen( $located ) > 0 ) : load_template( $located, /*require_once=*/ false, /*args=*/ $args ); endif; } /* FeedWordPressSettingsUI::get_template_part () */ /** * Generates contextual hovering text with tips for the form fields. * * How exactly this works is beyond myself. (gwyneth 20230916) * * @param string $id Apparently it's the field's id attribute. * */ static function magic_input_tip_js( $id ) { if ( ! preg_match( '/^[.#]/', $id ) ) : $id = '#' . $id; endif; ?>