Function __global->_get_wordpress_db_data
Definitions
sources/news2.php
- Get data from the Wordpress DB.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Result structure
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get data from the Wordpress DB.
*
* @return array Result structure
*/
function _get_wordpress_db_data() : array
* Get data from the Wordpress DB.
*
* @return array Result structure
*/
function _get_wordpress_db_data() : array

