jetpack_plugin_update_failed, $failure[plugin], $failure[code], $failure[message], $failure[state]

jetpack_plugin_update_failed, $failure[plugin], $failure, $failure[message], $failure[state]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_plugin_update_failed, $failure[plugin], $failure[code], $failure[message], $failure[state]') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php line 470

    Warning: Undefined array key 473 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 474 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 475 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			 * @param string $code   Error code
    			 * @param string $message Error message
    			 * @param array  $state  State data
    			 */
    			do_action( 'jetpack_plugin_update_failed', $failure['plugin'], $failure['code'], $failure['message'], $failure['state'] );
    		}
    	}
    }