We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b344200 commit bc56c98Copy full SHA for bc56c98
classes/Visualizer/Render/Library.php
@@ -118,11 +118,13 @@ private function _renderLibrary() {
118
echo ' | </li>';
119
}
120
echo '</ul>';
121
+
122
echo '<form action="" method="get"><p id="visualizer-search" class="search-box">
123
<input type="search" placeholder="' . __( 'Enter title', 'visualizer' ) . '" name="s" value="' . $filterBy . '">
124
<input type="hidden" name="page" value="visualizer">
125
<button type="submit" id="search-submit" title="' . __( 'Search', 'visualizer' ) . '"><i class="dashicons dashicons-search"></i></button>
126
</p> </form>';
127
128
echo '</div>';
129
echo '<div id="visualizer-content-wrapper">';
130
if ( ! empty( $this->charts ) ) {
0 commit comments