redirection_redirect_updated, $this, self::get_by_id( $this->id

redirection_redirect_updated, $this, self::get_by_id( $this->id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: redirection.5.9.0

do_action('redirection_redirect_updated, $this, self::get_by_id( $this->id') is found 1 times:

  • /models/redirect/redirect.php line 682
    		}
    
    		$result = $wpdb->update( $wpdb->prefix . 'redirection_items', $data, array( 'id' => $this->id ) );
    		if ( $result !== false ) {
    			do_action( 'redirection_redirect_updated', $this, self::get_by_id( $this->id ) );
    			$this->load_from_data( $data );
    
    			Red_Module::flush( $this->group_id );
    
    			if ( $old_group !== $this->group_id && $old_group !== false ) {
    				Red_Module::flush( $old_group );