Deprecated: Function strftime() is deprecated in /home/phoenixd/hubcommunity.ttorn.xyz/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php on line 48
Help: App_installed_filter
Directory Help Language Random Channel Report Bug Search

Hubzilla Documentation:

Contents

app_installed_filter



Allow plugins to filter the result of app_installed.

Code excerpt:

                        $filter_arr = [
                                'uid'=>$uid,
                                'app'=>$app,
                                'installed'=>$r
                        ];
                        call_hooks('app_installed_filter',$filter_arr);
                        $r = $filter_arr['installed'];


cxref: Zotlabs/Lib/Apps.php