Extension Load Fail for: %1$s
No such file "%2$s" exists.', 'aihub' ), 'lqd_post' ), strtoupper( $name ), "liquid/extensions/{$name}/liquid-{$name}.php" ), esc_html__( 'Load Extension', 'aihub' ), null ); return; } require $located; } } endif; // Helper Function if( ! function_exists( 'liquid_action' ) ) : function liquid_action() { $args = func_get_args(); if( !isset( $args[0] ) || empty( $args[0] ) ) { return; } $action = 'liquid_' . $args[0]; unset( $args[0] ); do_action_ref_array( $action, $args ); } endif;