Support

Account

Home Forums Backend Issues (wp-admin) ACF Custom Locations don't work Reply To: ACF Custom Locations don't work

  • <html>
    	<body>
    		<h1>The selected value</h1>
    		<p><?php
    			print_r($rule);
    			?>
    		</p>
    	</body>
    </html>

    That’s all. It’s placed in the space where normally my edit.php would be. But the problem obviously is not this piece code, it must be somewhere else.