skip to Main Content
support@webcodingplace.com

How to Get iOS Application ID

Open application in browser, the last part of URL will be application ID. Follow below screenshot [image src="https://webcodingplace.com/wp-content/uploads/2015/09/ios-application-id.jpg" align="center" caption="iOS Application ID" link="" link_type="" target="" alt="get ios aplication id"]

Read More

How to Get Android Application ID

Open application in browser, the last part of URL will be application ID. Follow below screenshot [image src="https://webcodingplace.com/wp-content/uploads/2015/09/get-android-application-id.jpg" align="center" caption="Android Application ID" link="" link_type="" target="" alt="get android aplication id"]

Read More

Use WordPress ColorPicker with AngularJS

Following is Step by Step method to use WordPress ColorPicker with AngularJS 1: Enqueue the WP ColorPicker Script and Style with AngularJS Use admin_enqueue_scripts hook to enqueue script and style of WP ColorPicker as following with dependency of angularJS add_action( 'admin_enqueue_scripts', 'wcp_color_picker' );…

Read More
Back To Top