Sam C.
Sam C.
For SSO have a look at this. Maybe Userbase can become an SSO for many sites https://www.youtube.com/watch?time_continue=269&v=2JBr9uxO2Yc&feature=emb_logo https://wordpress.org/plugins/single-sign-on-client/ SO WordPress OUT-OF-BOX has WP REST API enabled. There is a plugin...
Here is my first try at it: Untested of course. ```php
Actually I just view this: https://github.com/bonny/WordPress-Simple-History/blob/master/examples/examples.php So if that can be tied into my above code, then we might have something sweet! Also, need to wrap with if Simple History...
@cyberwani Can you add this slick hack to your plugin to enable conditional logic? ``` (function($){ var myFieldName = 'image-select'; //name of field $(document).ready(function () { $(document) .find('[data-type="'+ myFieldName +'"]')...
@cyberwani Can you add this slick hack to your plugin to enable conditional logic? ``` (function($){ var myFieldName = 'image-select'; //name of field $(document).ready(function () { $(document) .find('[data-type="'+ myFieldName +'"]')...
So it seems that the shapes are first created as points and added as functions. For Example, ([flowchart shapes](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/diagrams/flowchart/flowChartShapes.js)) notice the function found at: https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/diagrams/flowchart/flowChartShapes.js: To Make a Trapezoid, notice...
example.svg: ```html ``` Other script versions: Using PHP ```php ``` **Script Functionality:** SimpleXML: The script uses PHP's simplexml_load_file function to parse the SVG file. Polygon Points: Points are parsed from...
Ah Fontawesome support is added. Now, how can we make custom FA icons https://fontawesome.com/search?o=r&f=brands
interesting... I agree, maybe not for core. Maybe plugin territory. Or maybe a core plugin? My thoughts are that this is what is needed to push the needle forward in...
_"The problem is, as said, testing a plugin and concluding it is working is not really enough. Sometimes, it takes hundreds of hours or even days to find things that...