Filter by type:
Search
Skip to content
Browse: Home / Classes / Image_Processing_Queue / Image_Processing_Queue::__construct()

Image_Processing_Queue::__construct()

Image_Processing_Queue constructor.


Description


Source

File: classes/library/image-processing-queue/includes/class-image-processing-queue.php

		public function __construct() {
			$this->process = new IPQ_Process();
			add_filter( 'update_post_metadata', array( $this, 'filter_update_post_metadata' ), 10, 5 );
		}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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