WC_Admin::disable_webhook_post_export( array $args )

Disable WXR export of scheduled action posts.


Description Description


Parameters Parameters

$args

(Required) Scehduled action post type registration args.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/admin/class-wc-admin.php

	public function disable_webhook_post_export( $args ) {
		$args['can_export'] = false;
		return $args;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.