Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830
Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
UOTC_USERATTAINSSCORE::get_slide_id_from_url( $url )
Contents
Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830
Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Parameters Parameters
- $url
(Required)
Return Return
(mixed)
Source Source
File: src/integrations/uncanny-tincanny/triggers/uotc-userattainsscore.php
public function get_slide_id_from_url( $url ) { preg_match( '/\/uncanny-snc\/([0-9]+)\//', $url, $matches ); return $matches; }
Expand full source code Collapse full source code View on Github