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
publicfunctionget_component( $name, $data = [] ) {// phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed -- $data is used by included template files.
212
212
ob_start();
213
213
214
214
if ( file_exists( $this->get_plugin_path( "components/{$name}/index.php" ) ) ) {
0 commit comments