🌝
You are very curious, aren't ya?
Fullstack dev, from Sicily with love.
Pinned Loading
-
MinMaxRangeAttribute: Unity custom p...
MinMaxRangeAttribute: Unity custom property drawer provides a user-friendly min-max slider for integer values in the inspector. It is useful for developers who need to set a range of values. The custom attribute and property drawer handle MinMaxInt class, ensuring that values are clamped within specified limits and displayed as a slider with editable fields for min and max values. 1using UnityEditor;
2using UnityEngine;
34[System.Serializable]
5public class MinMaxInt
-
Automatically expose all the ACF fie...
Automatically expose all the ACF fields to the Wordpress REST API in Pages and in your custom post types. 1<?php
2function create_ACF_meta_in_REST() {
3$postypes_to_exclude = ['acf-field-group','acf-field'];
4$extra_postypes_to_include = ["page"];
5$post_types = array_diff(get_post_types(["_builtin" => false], 'names'),$postypes_to_exclude);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.