Uploading an image is creating a new Page
-
Hello, I hope you are well.
So, I am running into this issue – where whenever I upload a new image using the plugin, it creates a new Page (post_type=page) in the backend whose title is the name of the file just uploaded and the body is this “[wppa type=”autopage”]”
I looked at the source code and narrowed out down to this function wppa_get_the_auto_page which has a call time this:
// Create new page $page = wppa_create_page( $thumb['name'], '[wppa type="autopage"]' );
Can you let me know how to disable this page creation on every time a photo is uploaded using the plugin?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Uploading an image is creating a new Page’ is closed to new replies.