register_location( 'header' ); $elementor_theme_manager->register_location( 'footer' ); } /** * Extend Motion Effects with custom animations filter callback * */ public function extend_motion_effects( $additional_animations ) { $additional_animations[ 'Botiga' ] = array( 'fadeInUpShorter' => esc_html__( 'Fade In Up Shorter', 'botiga' ), 'fadeInDownShorter' => esc_html__( 'Fade In Down Shorter', 'botiga' ), 'fadeInLeftShorter' => esc_html__( 'Fade In Left Shorter', 'botiga' ), 'fadeInRightShorter' => esc_html__( 'Fade In Right Shorter', 'botiga' ) ); return $additional_animations; } } new Botiga_Elementor_Compatibility();