File "demo-import.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/edufication/inc/demo-import.php
File size: 668 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Demo Import.
*
* This is the template that includes all the other files for core featured of Theme Palace
*
* @package Theme Palace
* @subpackage Edufication
* @since Edufication 1.0.0
*/
function edufication_intro_text( $default_text ) {
$default_text .= sprintf( '<p class="about-description">%1$s <a href="%2$s">%3$s</a></p>', esc_html__( 'Demo content files for Edufication Theme.', 'edufication' ),
esc_url( 'https://themepalace.com/instructions/themes/edufication' ), esc_html__( 'Click here for Demo File download', 'edufication' ) );
return $default_text;
}
add_filter( 'pt-ocdi/plugin_intro_text', 'edufication_intro_text' );