HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/api/elementor/widgets/post-navigation.php
<?php
/**
 * Handles Elementor Post Navigation widget.
 *
 * @package JupiterX\Framework\API\Elementor
 *
 * @since 1.2.0
 */

add_action( 'elementor/element/post-navigation/section_post_navigation_content/before_section_start', 'jupiterx_elementor_modify_post_navigation' );
/**
 * Remove Jupiter X post navigation overrides.
 *
 * @since 1.2.0
 */
function jupiterx_elementor_modify_post_navigation() {
	jupiterx_remove_action( 'jupiterx_previous_post_link' );
	jupiterx_remove_action( 'jupiterx_next_post_link' );
}