File manager - Edit - /home/vblioqus/bitchats.net/wp-content/plugins/seo-by-rank-math/includes/modules/schema/shortcode/book.php
Back
<?php /** * Shortcode - Book * * @package RankMath * @subpackage RankMath\Schema */ defined( 'ABSPATH' ) || exit; $this->get_title(); $this->get_image(); ?> <div class="rank-math-review-data"> <?php $this->get_description(); ?> <?php $this->get_field( esc_html__( 'URL', 'rank-math' ), 'url' ); ?> <?php $this->get_field( esc_html__( 'Author', 'rank-math' ), 'author.name' ); ?> <?php if ( ! empty( $schema['hasPart'] ) ) { $hash = [ 'edition' => __( 'Edition', 'rank-math' ), 'name' => __( 'Name', 'rank-math' ), 'url' => __( 'Url', 'rank-math' ), 'author' => __( 'Author', 'rank-math' ), 'isbn' => __( 'ISBN', 'rank-math' ), 'datePublished' => __( 'Date Published', 'rank-math' ), 'bookFormat' => __( 'Format', 'rank-math' ), ]; foreach ( $schema['hasPart'] as $edition ) { $this->schema = $edition; foreach ( $hash as $key => $label ) { $this->get_field( $label, $key ); } } $this->schema = $schema; } ?> <?php $this->show_ratings(); ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings