Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/Divi/includes/builder/module
File: PostsNavigation.php
<?php
[0] Fix | Delete
[1] Fix | Delete
class ET_Builder_Module_Posts_Navigation extends ET_Builder_Module {
[2] Fix | Delete
function init() {
[3] Fix | Delete
$this->name = esc_html__( 'Post Navigation', 'et_builder' );
[4] Fix | Delete
$this->plural = esc_html__( 'Post Navigations', 'et_builder' );
[5] Fix | Delete
$this->slug = 'et_pb_post_nav';
[6] Fix | Delete
$this->vb_support = 'on';
[7] Fix | Delete
$this->main_css_element = '.et_pb_posts_nav%%order_class%%';
[8] Fix | Delete
[9] Fix | Delete
$this->defaults = array();
[10] Fix | Delete
[11] Fix | Delete
$this->settings_modal_toggles = array(
[12] Fix | Delete
'general' => array(
[13] Fix | Delete
'toggles' => array(
[14] Fix | Delete
'main_content' => et_builder_i18n( 'Text' ),
[15] Fix | Delete
'categories' => esc_html__( 'Categories', 'et_builder' ),
[16] Fix | Delete
'navigation' => esc_html__( 'Navigation', 'et_builder' ),
[17] Fix | Delete
),
[18] Fix | Delete
),
[19] Fix | Delete
);
[20] Fix | Delete
[21] Fix | Delete
$this->advanced_fields = array(
[22] Fix | Delete
'fonts' => array(
[23] Fix | Delete
'title' => array(
[24] Fix | Delete
'label' => esc_html__( 'Links', 'et_builder' ),
[25] Fix | Delete
'css' => array(
[26] Fix | Delete
'main' => "{$this->main_css_element} span a, {$this->main_css_element} span a span",
[27] Fix | Delete
),
[28] Fix | Delete
'line_height' => array(
[29] Fix | Delete
'default' => '1em',
[30] Fix | Delete
),
[31] Fix | Delete
'font_size' => array(
[32] Fix | Delete
'default' => '14px',
[33] Fix | Delete
),
[34] Fix | Delete
'letter_spacing' => array(
[35] Fix | Delete
'default' => '0px',
[36] Fix | Delete
),
[37] Fix | Delete
'hide_text_align' => true,
[38] Fix | Delete
),
[39] Fix | Delete
),
[40] Fix | Delete
'margin_padding' => array(
[41] Fix | Delete
'css' => array(
[42] Fix | Delete
'main' => "{$this->main_css_element} span.nav-previous a, {$this->main_css_element} span.nav-next a",
[43] Fix | Delete
),
[44] Fix | Delete
),
[45] Fix | Delete
'background' => array(
[46] Fix | Delete
'css' => array(
[47] Fix | Delete
'main' => "{$this->main_css_element} a",
[48] Fix | Delete
),
[49] Fix | Delete
),
[50] Fix | Delete
'borders' => array(
[51] Fix | Delete
'default' => array(
[52] Fix | Delete
'css' => array(
[53] Fix | Delete
'main' => array(
[54] Fix | Delete
'border_radii' => "{$this->main_css_element} span.nav-previous a, {$this->main_css_element} span.nav-next a",
[55] Fix | Delete
'border_styles' => "{$this->main_css_element} span.nav-previous a, {$this->main_css_element} span.nav-next a",
[56] Fix | Delete
),
[57] Fix | Delete
),
[58] Fix | Delete
),
[59] Fix | Delete
),
[60] Fix | Delete
'box_shadow' => array(
[61] Fix | Delete
'default' => array(
[62] Fix | Delete
'css' => array(
[63] Fix | Delete
'main' => '%%order_class%% .nav-previous a, %%order_class%% .nav-next a',
[64] Fix | Delete
'overlay' => 'inset',
[65] Fix | Delete
'important' => true,
[66] Fix | Delete
),
[67] Fix | Delete
),
[68] Fix | Delete
),
[69] Fix | Delete
'text' => false,
[70] Fix | Delete
'button' => false,
[71] Fix | Delete
'link_options' => false,
[72] Fix | Delete
);
[73] Fix | Delete
[74] Fix | Delete
$this->custom_css_fields = array(
[75] Fix | Delete
'links' => array(
[76] Fix | Delete
'label' => esc_html__( 'Links', 'et_builder' ),
[77] Fix | Delete
'selector' => 'span a',
[78] Fix | Delete
),
[79] Fix | Delete
'prev_link' => array(
[80] Fix | Delete
'label' => esc_html__( 'Previous Link', 'et_builder' ),
[81] Fix | Delete
'selector' => 'span.nav-previous a',
[82] Fix | Delete
),
[83] Fix | Delete
'prev_link_arrow' => array(
[84] Fix | Delete
'label' => esc_html__( 'Previous Link Arrow', 'et_builder' ),
[85] Fix | Delete
'selector' => 'span.nav-previous a span',
[86] Fix | Delete
),
[87] Fix | Delete
'next_link' => array(
[88] Fix | Delete
'label' => esc_html__( 'Next Link', 'et_builder' ),
[89] Fix | Delete
'selector' => 'span.nav-next a',
[90] Fix | Delete
),
[91] Fix | Delete
'next_link_arrow' => array(
[92] Fix | Delete
'label' => esc_html__( 'Next Link Arrow', 'et_builder' ),
[93] Fix | Delete
'selector' => 'span.nav-next a span',
[94] Fix | Delete
),
[95] Fix | Delete
);
[96] Fix | Delete
[97] Fix | Delete
$this->help_videos = array(
[98] Fix | Delete
array(
[99] Fix | Delete
'id' => 'q7SrK2sh7_o',
[100] Fix | Delete
'name' => esc_html__( 'An introduction to the Post Navigation module', 'et_builder' ),
[101] Fix | Delete
),
[102] Fix | Delete
);
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
function get_fields() {
[106] Fix | Delete
$fields = array(
[107] Fix | Delete
'in_same_term' => array(
[108] Fix | Delete
'label' => esc_html__( 'Navigate Within Current Category', 'et_builder' ),
[109] Fix | Delete
'type' => 'yes_no_button',
[110] Fix | Delete
'option_category' => 'configuration',
[111] Fix | Delete
'options' => array(
[112] Fix | Delete
'off' => et_builder_i18n( 'No' ),
[113] Fix | Delete
'on' => et_builder_i18n( 'Yes' ),
[114] Fix | Delete
),
[115] Fix | Delete
'affects' => array(
[116] Fix | Delete
'taxonomy_name',
[117] Fix | Delete
),
[118] Fix | Delete
'description' => esc_html__( 'Here you can define whether previous and next posts must be within the same taxonomy term as the current post', 'et_builder' ),
[119] Fix | Delete
'toggle_slug' => 'categories',
[120] Fix | Delete
'computed_affects' => array(
[121] Fix | Delete
'__posts_navigation',
[122] Fix | Delete
),
[123] Fix | Delete
),
[124] Fix | Delete
'taxonomy_name' => array(
[125] Fix | Delete
'label' => esc_html__( 'Custom Taxonomy Name', 'et_builder' ),
[126] Fix | Delete
'type' => 'text',
[127] Fix | Delete
'option_category' => 'configuration',
[128] Fix | Delete
'depends_show_if' => 'on',
[129] Fix | Delete
'description' => esc_html__( 'Leave blank if you\'re using this module on a Project or Post. Otherwise type the taxonomy name to make the \'In the Same Category\' option work correctly', 'et_builder' ),
[130] Fix | Delete
'toggle_slug' => 'categories',
[131] Fix | Delete
'computed_affects' => array(
[132] Fix | Delete
'__posts_navigation',
[133] Fix | Delete
),
[134] Fix | Delete
),
[135] Fix | Delete
'show_prev' => array(
[136] Fix | Delete
'label' => esc_html__( 'Show Previous Post Link', 'et_builder' ),
[137] Fix | Delete
'type' => 'yes_no_button',
[138] Fix | Delete
'option_category' => 'configuration',
[139] Fix | Delete
'options' => array(
[140] Fix | Delete
'on' => et_builder_i18n( 'Yes' ),
[141] Fix | Delete
'off' => et_builder_i18n( 'No' ),
[142] Fix | Delete
),
[143] Fix | Delete
'default_on_front' => 'on',
[144] Fix | Delete
'affects' => array(
[145] Fix | Delete
'prev_text',
[146] Fix | Delete
),
[147] Fix | Delete
'toggle_slug' => 'navigation',
[148] Fix | Delete
'description' => esc_html__( 'Turn this on to show the previous post link', 'et_builder' ),
[149] Fix | Delete
'mobile_options' => true,
[150] Fix | Delete
'hover' => 'tabs',
[151] Fix | Delete
),
[152] Fix | Delete
'show_next' => array(
[153] Fix | Delete
'label' => esc_html__( 'Show Next Post Link', 'et_builder' ),
[154] Fix | Delete
'type' => 'yes_no_button',
[155] Fix | Delete
'option_category' => 'configuration',
[156] Fix | Delete
'options' => array(
[157] Fix | Delete
'on' => et_builder_i18n( 'Yes' ),
[158] Fix | Delete
'off' => et_builder_i18n( 'No' ),
[159] Fix | Delete
),
[160] Fix | Delete
'default_on_front' => 'on',
[161] Fix | Delete
'affects' => array(
[162] Fix | Delete
'next_text',
[163] Fix | Delete
),
[164] Fix | Delete
'toggle_slug' => 'navigation',
[165] Fix | Delete
'description' => esc_html__( 'Turn this on to show the next post link', 'et_builder' ),
[166] Fix | Delete
'mobile_options' => true,
[167] Fix | Delete
'hover' => 'tabs',
[168] Fix | Delete
),
[169] Fix | Delete
'prev_text' => array(
[170] Fix | Delete
'label' => esc_html__( 'Previous Link', 'et_builder' ),
[171] Fix | Delete
'type' => 'text',
[172] Fix | Delete
'option_category' => 'configuration',
[173] Fix | Delete
'depends_show_if' => 'on',
[174] Fix | Delete
'computed_affects' => array(
[175] Fix | Delete
'__posts_navigation',
[176] Fix | Delete
),
[177] Fix | Delete
'description' => et_get_safe_localization( __( 'Define custom text for the previous link. You can use the <strong>%title</strong> variable to include the post title. Leave blank for default.', 'et_builder' ) ),
[178] Fix | Delete
'toggle_slug' => 'main_content',
[179] Fix | Delete
'mobile_options' => true,
[180] Fix | Delete
'hover' => 'tabs',
[181] Fix | Delete
),
[182] Fix | Delete
'next_text' => array(
[183] Fix | Delete
'label' => esc_html__( 'Next Link', 'et_builder' ),
[184] Fix | Delete
'type' => 'text',
[185] Fix | Delete
'option_category' => 'configuration',
[186] Fix | Delete
'depends_show_if' => 'on',
[187] Fix | Delete
'computed_affects' => array(
[188] Fix | Delete
'__posts_navigation',
[189] Fix | Delete
),
[190] Fix | Delete
'description' => et_get_safe_localization( __( 'Define custom text for the next link. You can use the <strong>%title</strong> variable to include the post title. Leave blank for default.', 'et_builder' ) ),
[191] Fix | Delete
'toggle_slug' => 'main_content',
[192] Fix | Delete
'mobile_options' => true,
[193] Fix | Delete
'hover' => 'tabs',
[194] Fix | Delete
),
[195] Fix | Delete
'__posts_navigation' => array(
[196] Fix | Delete
'type' => 'computed',
[197] Fix | Delete
'computed_callback' => array( 'ET_Builder_Module_Posts_Navigation', 'get_posts_navigation' ),
[198] Fix | Delete
'computed_depends_on' => array(
[199] Fix | Delete
'in_same_term',
[200] Fix | Delete
'taxonomy_name',
[201] Fix | Delete
'prev_text',
[202] Fix | Delete
'next_text'
[203] Fix | Delete
),
[204] Fix | Delete
),
[205] Fix | Delete
);
[206] Fix | Delete
return $fields;
[207] Fix | Delete
}
[208] Fix | Delete
[209] Fix | Delete
/**
[210] Fix | Delete
* Get prev and next post link data for frontend builder's post navigation module component
[211] Fix | Delete
*
[212] Fix | Delete
* @param int post ID
[213] Fix | Delete
* @param bool show posts which uses same link only or not
[214] Fix | Delete
* @param string excluded terms name
[215] Fix | Delete
* @param string taxonomy name for in_same_terms
[216] Fix | Delete
*
[217] Fix | Delete
* @return string JSON encoded array of post's next and prev link
[218] Fix | Delete
*/
[219] Fix | Delete
static function get_posts_navigation( $args = array(), $conditional_tags = array(), $current_page = array() ) {
[220] Fix | Delete
global $post;
[221] Fix | Delete
[222] Fix | Delete
$defaults = array(
[223] Fix | Delete
'in_same_term' => 'off',
[224] Fix | Delete
'taxonomy_name' => 'category',
[225] Fix | Delete
'prev_text' => '%title',
[226] Fix | Delete
'next_text' => '%title',
[227] Fix | Delete
);
[228] Fix | Delete
[229] Fix | Delete
$args = wp_parse_args( $args, $defaults );
[230] Fix | Delete
[231] Fix | Delete
// taxonomy name overwrite if in_same_term option is set to off and no taxonomy name defined
[232] Fix | Delete
if ( '' === $args['taxonomy_name'] || 'on' !== $args['in_same_term'] ) {
[233] Fix | Delete
$is_singular_project = isset( $conditional_tags['is_singular_project'] ) ? $conditional_tags['is_singular_project'] === 'true' : is_singular( 'project' );
[234] Fix | Delete
$args['taxonomy_name'] = $is_singular_project ? 'project_category' : 'category';
[235] Fix | Delete
}
[236] Fix | Delete
[237] Fix | Delete
$in_same_term = ! $args['in_same_term'] || 'off' === $args['in_same_term'] ? false : true;
[238] Fix | Delete
[239] Fix | Delete
et_core_nonce_verified_previously();
[240] Fix | Delete
if ( ! isset( $post ) && defined( 'DOING_AJAX' ) && DOING_AJAX && ! empty( $_POST['et_post_id'] ) ) {
[241] Fix | Delete
$post_id = sanitize_text_field( $_POST['et_post_id'] );
[242] Fix | Delete
} else if ( isset( $current_page['id'] ) ) {
[243] Fix | Delete
// Overwrite global $post value in this scope
[244] Fix | Delete
$post_id = intval( $current_page['id'] );
[245] Fix | Delete
} else if ( is_object( $post ) && isset( $post->ID ) ) {
[246] Fix | Delete
$post_id = $post->ID;
[247] Fix | Delete
} else {
[248] Fix | Delete
return array(
[249] Fix | Delete
'next' => '',
[250] Fix | Delete
'prev' => '',
[251] Fix | Delete
);
[252] Fix | Delete
}
[253] Fix | Delete
[254] Fix | Delete
// Set current post as global $post
[255] Fix | Delete
$post = get_post( $post_id ); // phpcs:ignore WordPress.Variables.GlobalVariables.OverrideProhibited
[256] Fix | Delete
[257] Fix | Delete
// Get next post
[258] Fix | Delete
$next_post = get_next_post( $in_same_term, '', $args['taxonomy_name'] );
[259] Fix | Delete
[260] Fix | Delete
$next = new stdClass();
[261] Fix | Delete
[262] Fix | Delete
if ( ! empty( $next_post ) ) {
[263] Fix | Delete
[264] Fix | Delete
$next_title = isset($next_post->post_title) ? esc_html( $next_post->post_title ) : esc_html__( 'Next Post' );
[265] Fix | Delete
[266] Fix | Delete
$next_date = mysql2date( get_option( 'date_format' ), $next_post->post_date );
[267] Fix | Delete
$next_permalink = isset($next_post->ID) ? esc_url( get_the_permalink( $next_post->ID ) ) : '';
[268] Fix | Delete
[269] Fix | Delete
$next_processed_title = '' === $args['next_text'] ? '%title' : $args['next_text'];
[270] Fix | Delete
[271] Fix | Delete
// process Wordpress' wildcards
[272] Fix | Delete
$next_processed_title = str_replace( '%title', $next_title, $next_processed_title );
[273] Fix | Delete
$next_processed_title = str_replace( '%date', $next_date, $next_processed_title );
[274] Fix | Delete
$next_processed_title = str_replace( '%link', $next_permalink, $next_processed_title );
[275] Fix | Delete
[276] Fix | Delete
$next->title = $next_processed_title;
[277] Fix | Delete
$next->id = isset($next_post->ID) ? intval( $next_post->ID ) : '';
[278] Fix | Delete
$next->permalink = $next_permalink;
[279] Fix | Delete
}
[280] Fix | Delete
[281] Fix | Delete
// Get prev post
[282] Fix | Delete
$prev_post = get_previous_post( $in_same_term, '', $args['taxonomy_name'] );
[283] Fix | Delete
[284] Fix | Delete
$prev = new stdClass();
[285] Fix | Delete
[286] Fix | Delete
if ( ! empty( $prev_post ) ) {
[287] Fix | Delete
[288] Fix | Delete
$prev_title = isset($prev_post->post_title) ? esc_html( $prev_post->post_title ) : esc_html__( 'Previous Post' );
[289] Fix | Delete
[290] Fix | Delete
$prev_date = mysql2date( get_option( 'date_format' ), $prev_post->post_date );
[291] Fix | Delete
[292] Fix | Delete
$prev_permalink = isset($prev_post->ID) ? esc_url( get_the_permalink( $prev_post->ID ) ) : '';
[293] Fix | Delete
[294] Fix | Delete
$prev_processed_title = '' === $args['prev_text'] ? '%title' : $args['prev_text'];
[295] Fix | Delete
[296] Fix | Delete
// process Wordpress' wildcards
[297] Fix | Delete
$prev_processed_title = str_replace( '%title', $prev_title, $prev_processed_title );
[298] Fix | Delete
$prev_processed_title = str_replace( '%date', $prev_date, $prev_processed_title );
[299] Fix | Delete
$prev_processed_title = str_replace( '%link', $prev_permalink, $prev_processed_title );
[300] Fix | Delete
[301] Fix | Delete
$prev->title = $prev_processed_title;
[302] Fix | Delete
$prev->id = isset($prev_post->ID) ? intval( $prev_post->ID ) : '';
[303] Fix | Delete
$prev->permalink = $prev_permalink;
[304] Fix | Delete
}
[305] Fix | Delete
[306] Fix | Delete
// Formatting returned value
[307] Fix | Delete
$posts_navigation = array(
[308] Fix | Delete
'next' => $next,
[309] Fix | Delete
'prev' => $prev,
[310] Fix | Delete
);
[311] Fix | Delete
[312] Fix | Delete
return $posts_navigation;
[313] Fix | Delete
}
[314] Fix | Delete
[315] Fix | Delete
function render( $attrs, $content = null, $render_slug ) {
[316] Fix | Delete
$multi_view = et_pb_multi_view_options( $this );
[317] Fix | Delete
$in_same_term = $this->props['in_same_term'];
[318] Fix | Delete
$taxonomy_name = $this->props['taxonomy_name'];
[319] Fix | Delete
$show_prev = $this->props['show_prev'];
[320] Fix | Delete
$show_next = $this->props['show_next'];
[321] Fix | Delete
$prev_text = $this->props['prev_text'];
[322] Fix | Delete
$next_text = $this->props['next_text'];
[323] Fix | Delete
[324] Fix | Delete
// do not output anything if both prev and next links are disabled
[325] Fix | Delete
if ( ! $multi_view->has_value( 'show_prev', 'on' ) && ! $multi_view->has_value( 'show_next', 'on' ) ) {
[326] Fix | Delete
return;
[327] Fix | Delete
}
[328] Fix | Delete
[329] Fix | Delete
$video_background = $this->video_background();
[330] Fix | Delete
$parallax_image_background = $this->get_parallax_image_background();
[331] Fix | Delete
[332] Fix | Delete
$posts_navigation = self::get_posts_navigation( array(
[333] Fix | Delete
'in_same_term' => $in_same_term,
[334] Fix | Delete
'taxonomy_name' => $taxonomy_name,
[335] Fix | Delete
'prev_text' => $prev_text,
[336] Fix | Delete
'next_text' => $next_text,
[337] Fix | Delete
) );
[338] Fix | Delete
[339] Fix | Delete
ob_start();
[340] Fix | Delete
[341] Fix | Delete
$background_classname = array();
[342] Fix | Delete
[343] Fix | Delete
if ( '' !== $video_background ) {
[344] Fix | Delete
$background_classname[] = 'et_pb_section_video';
[345] Fix | Delete
$background_classname[] = 'et_pb_preload';
[346] Fix | Delete
[347] Fix | Delete
}
[348] Fix | Delete
[349] Fix | Delete
if ( '' !== $parallax_image_background ) {
[350] Fix | Delete
$background_classname[] = 'et_pb_section_parallax';
[351] Fix | Delete
}
[352] Fix | Delete
[353] Fix | Delete
$background_class_attr = empty( $background_classname ) ? '' : sprintf( ' class="%s"', esc_attr( implode( ' ', $background_classname ) ) );
[354] Fix | Delete
[355] Fix | Delete
if ( $multi_view->has_value( 'show_prev', 'on' ) && ! empty( $posts_navigation['prev']->permalink ) ) {
[356] Fix | Delete
?>
[357] Fix | Delete
<span class="nav-previous"<?php $multi_view->render_attrs( array(
[358] Fix | Delete
'visibility' => array(
[359] Fix | Delete
'show_prev' => 'on',
[360] Fix | Delete
),
[361] Fix | Delete
), true ); ?>>
[362] Fix | Delete
<a href="<?php echo esc_url( $posts_navigation['prev']->permalink ); ?>" rel="prev"<?php echo et_core_esc_previously( $background_class_attr ); ?>>
[363] Fix | Delete
<?php
[364] Fix | Delete
echo et_core_esc_previously( $parallax_image_background );
[365] Fix | Delete
echo et_core_esc_previously( $video_background );
[366] Fix | Delete
?>
[367] Fix | Delete
<span class="meta-nav">&larr; </span><span class="nav-label"<?php $multi_view->render_attrs( array( 'content' => '{{prev_text}}' ), true ); ?>><?php echo esc_html( $posts_navigation['prev']->title ); ?></span>
[368] Fix | Delete
</a>
[369] Fix | Delete
</span>
[370] Fix | Delete
<?php
[371] Fix | Delete
}
[372] Fix | Delete
[373] Fix | Delete
if ( $multi_view->has_value( 'show_next', 'on' ) && ! empty( $posts_navigation['next']->permalink ) ) {
[374] Fix | Delete
?>
[375] Fix | Delete
<span class="nav-next"<?php $multi_view->render_attrs( array(
[376] Fix | Delete
'visibility' => array(
[377] Fix | Delete
'show_next' => 'on',
[378] Fix | Delete
),
[379] Fix | Delete
), true ); ?>>
[380] Fix | Delete
<a href="<?php echo esc_url( $posts_navigation['next']->permalink ); ?>" rel="next"<?php echo et_core_esc_previously( $background_class_attr ); ?>>
[381] Fix | Delete
<?php
[382] Fix | Delete
echo et_core_esc_previously( $parallax_image_background );
[383] Fix | Delete
echo et_core_esc_previously( $video_background );
[384] Fix | Delete
?>
[385] Fix | Delete
<span class="nav-label"<?php $multi_view->render_attrs( array( 'content' => '{{next_text}}' ), true ); ?>><?php echo esc_html( $posts_navigation['next']->title ); ?></span><span class="meta-nav"> &rarr;</span>
[386] Fix | Delete
</a>
[387] Fix | Delete
</span>
[388] Fix | Delete
<?php
[389] Fix | Delete
}
[390] Fix | Delete
[391] Fix | Delete
$page_links = ob_get_contents();
[392] Fix | Delete
[393] Fix | Delete
ob_end_clean();
[394] Fix | Delete
[395] Fix | Delete
// Module classname
[396] Fix | Delete
$this->add_classname( array(
[397] Fix | Delete
'et_pb_posts_nav',
[398] Fix | Delete
'nav-single',
[399] Fix | Delete
) );
[400] Fix | Delete
[401] Fix | Delete
// Remove automatically added module classname
[402] Fix | Delete
$this->remove_classname( array(
[403] Fix | Delete
$render_slug,
[404] Fix | Delete
'et_pb_section_video',
[405] Fix | Delete
'et_pb_preload',
[406] Fix | Delete
'et_pb_section_parallax',
[407] Fix | Delete
) );
[408] Fix | Delete
[409] Fix | Delete
$output = sprintf(
[410] Fix | Delete
'<div class="%2$s"%1$s>
[411] Fix | Delete
%3$s
[412] Fix | Delete
</div>',
[413] Fix | Delete
$this->module_id(),
[414] Fix | Delete
$this->module_classname( $render_slug ),
[415] Fix | Delete
$page_links
[416] Fix | Delete
);
[417] Fix | Delete
[418] Fix | Delete
return $output;
[419] Fix | Delete
}
[420] Fix | Delete
}
[421] Fix | Delete
[422] Fix | Delete
new ET_Builder_Module_Posts_Navigation;
[423] Fix | Delete
[424] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function