public function remove_action( string $hook, ?object $component, string $callback, int $priority = 10 ): void {
        parent::remove_action( $hook, $component, $callback, $priority );

        if ( empty( $component ) ) {
            \remove_action( $hook, $callback, $priority );