File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/springy/templatesell/custom-functions.php
Back
<?php //estimated reading time of post function springy_reading_time() { global $post; $content = get_post_field( 'post_content', $post->ID ); $word_count = str_word_count( strip_tags( $content ) ); $readingtime = ceil($word_count / 200); if ($readingtime == 1) { $timer = esc_html__(' Min Read', 'springy'); } else { $timer = esc_html__(' Min Read', 'springy'); } $totalreadingtime = $readingtime . $timer; return $totalreadingtime; } /** * OCDI support. * * @package Springy */ // Disable PT branding. add_filter( 'pt-ocdi/disable_pt_branding', '__return_true' ); /** * OCDI after import. * * @since 1.0.0 */ function springy_ocdi_after_import() { // Assign front page and posts page (blog page). $front_page_id = null; $blog_page_id = null; $front_page = get_page_by_title( 'Home' ); if ( $front_page ) { if ( is_array( $front_page ) ) { $first_page = array_shift( $front_page ); $front_page_id = $first_page->ID; } else { $front_page_id = $front_page->ID; } } $blog_page = get_page_by_title( 'Blog' ); if ( $blog_page ) { if ( is_array( $blog_page ) ) { $first_page = array_shift( $blog_page ); $blog_page_id = $first_page->ID; } else { $blog_page_id = $blog_page->ID; } } if ( $front_page_id && $blog_page_id ) { update_option( 'show_on_front', 'page' ); update_option( 'page_on_front', $front_page_id ); update_option( 'page_for_posts', $blog_page_id ); } } add_action( 'pt-ocdi/after_import', 'springy_ocdi_after_import' );
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings