The problem was the max memory limit.
I had defined in config.php define(‘WP_MEMORY_LIMIT’, ‘512M’); But this was not working for me. But then I see , I need to define this define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ ); also in config.php. Now custom property type is working for me. Now I can edit this post type.
Related Posts:
- Experiences with compiling WordPress using Hip Hop?
- Custom query to get post names beginning with a digit
- Custom Yoast Breadcrumbs URL
- Real time Duplicate title check
- How to check from which page the user is coming to the current page?
- Set Primary category using the Yoast SEO plugin
- String replace WordPress Site Title
- Make custom field meta not display if there is not data in it
- Display related products with custom output
- admin-ajax.php returning error 400 namespaced callback
- Performance issues with large website [closed]
- How to make thumbnail image fit into a div where image dimentions are completely different?
- Can WordPress email the admin about PHP errors, while hiding them from the site?
- wordpress upgrade has broken my permalinks
- Using get_bloginfo(‘template_directory’) or variable – performance issue
- Word Count Function Preventing Permalink Editing
- How do the pros code up a WordPress theme? Locally? Through FTP?
- wordpress the_post_thumbnail() not cropping properly
- How to call function that create table in database (plugin functionality)
- How to display to visitor which site they came from?
- Changing custom logo link
- How to query for posts with a null or blank post_name?
- WordPress pagination not working with search page
- Change the CSS of the Customizer API
- What is the correct way to write this conditional statement?
- Grab posts by multiple categories
- Auto-update products after they were published – Woocommerce
- Customizer: active_callback and sanitize_callback incompatibility?
- Set Order Status to Complete After Payment – from another site
- Display image from an external rss feed on wordpress without plugins
- Inline style to PHP [closed]
- How to get Post Type from the functions.php file
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- Get the URL of the page from which an ajax request has been launched within ajax callback
- Edit the_category (); for a hierarchical display
- Omit custom post type from wp-sitemap.xml based on meta key using wp_sitemaps_posts_query_args
- Hide a div when tags doesnt exist [duplicate]
- What does -> mean in WordPress?
- How to have different header.php based on the user logged in?
- How do I remove a category from a wordpress loop>
- First Byte Time (back-end processing)
- Return product description
- How to add the sidebar to all the pages except the home page? [closed]
- Header not properly displaying on archive.php
- ACF & Bootstrap Gallery Shows Blank Slides [closed]
- Remove slugs from custom posts type
- Generate CSV file and add data as a new wordpress custom post
- Update if post with specific title exists
- child parent styles enqueue order
- Trying To Get Child Categories To Show, Issue With foreach Loop
- Add URL parameter to all internal links using a specific theme
- Pass important values server-side when processing form
- Call featured image url
- pass html code to worpdress
- Use an anchor link to open an iframe inside a WordPress page
- select wordpress custom post type
- In WordPress, how do you make several different editors for a single page?
- How do I reset $wp_query in a function?
- Add class to all img if they have a certain ACF field
- WordPress 6.0 class-wp-widget.php fatal errors in PHP 8.1.6
- Unserialize Custom Field & Save as Multiple Rows in WordPress Database
- How can I check that the acf field value is not a duplicate when adding a post?
- Add a product category to a specific product via a button
- Trouble Accessing Gravity Forms API (GFAPI)
- How do I stop an Image Address from loading in the Browser?
- Add class to image in php
- Creating a checklist with ACF and I cannot figure out how to add all iterations to an array that I’m creating
- Add a default style if no Featured image is selected
- How does one make a URL return dynamic JSON with custom Content Type?
- custom-header not working
- Need to forward Data from WooCommerce Webhook sent to same site WordPress REST API custom endpoint
- Add Product Permalink in woocommerce admin order page
- Proper use of Output Buffer for a whole php clas
- How do I make comment-reply-button with that takes to comment reply form on click
- Allow user to choose header style
- missing admin bar and widget in a template
- ERR_TOO_MANY_REDIRECTS / To Force SSL Logins and SSL Admin Access
- How to load WP_Editor JS files manually (with AJAX)?
- My own theme’s custom widget areas are not working
- Not able to add new item in wordpress home page
- Querying posts from wordpress with 2 or more conditionals
- How to apply filter
- Importing demo data in Multisite
- Allow BBPress participant role to trash topics
- How to find the function which is outputting Array
- Manipulate database of WordPress site with my own scripts
- How can I include a file related to blog URL? Nothing seems to work
- How to export database correctly for local to online
- Where are Sessions are being started? [closed]
- Setting field not saving on front-end
- Get the current page in a call back function
- Getting custom field data from cart page to checkout page in woocomerce [closed]
- PHP Use Declared array Variable inside already Declared Array
- How to create and add js and css file when server is not on my PC?
- Object of class WP_Post could not be converted to string while trying to console.log wp_get_nav_menu_items
- Check radio get value to array
- Running a php code after User clicks a button? [closed]
- Your PHP installation appears to be missing the MySQL … After deleting and restarting from cpanel
- How to pass javascript var to php var
- running an existing WordPress site from Visual Studio Code?