$data ) {
$key_slug = explode( '/', $key );
$key_slug = $key_slug[0];
$plugin_index[ $key_slug ] = $key;
}
foreach ( $sysinfo as $project_type => $products ) {
if ( 'theme' === $project_type ) {
$my_theme = wp_get_theme();
?>
get( 'Name' ) ); ?>
get( 'Version' ) ) ) { ?>
get( 'Version' ) ); ?>
get( 'Author' ) ) ) { ?>
get( 'Author' ) ); ?>
$data ) {
foreach ( $data as $opt_name => $callers ) {
echo 'opt_name: ' . esc_html( $opt_name ) . '
';
foreach ( $callers as $caller ) {
echo '~/' . esc_html( $caller['basename'] ) . '
';
}
echo '
';
}
}
?>
$data ) {
if ( ! isset( $plugin_index[ $product ] ) ) {
continue;
}
$plugin_path = Redux_Functions_Ex::wp_normalize_path( WP_PLUGIN_DIR . '/' . $plugin_index[ $product ] );
$plugin_data = get_plugin_data( $plugin_path );
?>
$callers ) {
echo 'opt_name: ' . esc_html( $opt_name ) . '
';
foreach ( $callers as $caller ) {
echo '~/' . esc_html( $caller['basename'] ) . '
';
}
}
?>