Browse
For agents
About
AutomatorWP – No-Code Workflow Automation, Integration & Webhooks Plugin, now with AI
/
6.0.2
AutomatorWP – No-Code Workflow Automation, Integration & Webhooks Plugin, now with AI
v6.0.2
Switch version
6.0.2
6.0.1
6.0.0
5.8.6
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.9.2
5.7.9.1
5.7.8
5.7.9
5.7.6
5.7.7
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
trunk
5.6.0
5.6.1
5.6.2
All 33 releases
Overview
Code
automatorwp
/
integrations
/
generator
/
includes
/
functions.php
functions.php
in AutomatorWP – No-Code Workflow Automation, Integration & Webhooks Plugin, now with AI 6.0.2, at integrations/generator/includes/functions.php
21 lines
331 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* Functions
4
*
5
*
@package
AutomatorWP\Generator\Functions
6
*
@since
1.0.0
7
*/
8
//
Exit if accessed directly
9
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
10
11
/**
12
* Get the algorithms
13
*
14
*
@since
1.0.0
15
*
16
*
@return
array
17
*/
18
function
automatorwp_generator_get_algorithms
(
)
{
19
20
return
hash_algos
(
)
;
21
}